From: Dan Nicolaescu Date: Mon, 7 Apr 2008 01:27:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~6477 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=10ab3d404891019b6f382be38933912761928dca;p=emacs.git *** empty log message *** --- diff --git a/lisp/term.el b/lisp/term.el index 72022ef9361..77474557d8d 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)