summaryrefslogtreecommitdiff
path: root/lisp/term.el
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2008-04-07 01:27:59 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2008-04-07 01:27:59 +0000
commit10ab3d404891019b6f382be38933912761928dca (patch)
tree99572c6a13d32c474e57109d63af313f3caef9f7 /lisp/term.el
parentf6ec64157248f9ee2b89fc4598a4452f357318e5 (diff)
downloademacs-10ab3d404891019b6f382be38933912761928dca.tar.gz
emacs-10ab3d404891019b6f382be38933912761928dca.tar.bz2
emacs-10ab3d404891019b6f382be38933912761928dca.zip
*** empty log message ***
Diffstat (limited to 'lisp/term.el')
-rw-r--r--lisp/term.el2
1 files changed, 1 insertions, 1 deletions
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)