Mercurial > emacs
diff lisp/term.el @ 93807:0e59bf9fa65c
*** empty log message ***
| author | Dan Nicolaescu <dann@ics.uci.edu> |
|---|---|
| date | Mon, 07 Apr 2008 01:27:59 +0000 |
| parents | 44fab469d68d |
| children | 1e3a407766b9 |
line wrap: on
line diff
--- a/lisp/term.el Mon Apr 07 01:20:06 2008 +0000 +++ b/lisp/term.el Mon Apr 07 01:27:59 2008 +0000 @@ -787,7 +787,7 @@ :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)
