Mercurial > emacs
changeset 93807:0e59bf9fa65c
*** empty log message ***
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Mon, 07 Apr 2008 01:27:59 +0000 |
parents | e3bcfa0ca892 |
children | 2c72483f42c9 |
files | lisp/term.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)