aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/term.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term.el b/lisp/term.el
index 72022ef936..77474557d8 100644
--- a/lisp/term.el
+++ b/lisp/term.el
@@ -787,7 +787,7 @@ is buffer-local.")
:help "Switch to char (raw) sub-mode of term mode"))
(define-key newmap [terminal-line-mode]
'(menu-item "Line mode" term-line-mode
- :help "Switch to char (raw) sub-mode of term mode."))
+ :help "Switch to line (cooked) sub-mode of term mode"))
(setq term-terminal-menu (cons "Terminal" newmap))
;; completion: (line mode only)