diff options
Diffstat (limited to 'lisp/term.el')
-rw-r--r-- | lisp/term.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term.el b/lisp/term.el index 755c2202703..6f3306b0881 100644 --- a/lisp/term.el +++ b/lisp/term.el @@ -278,7 +278,7 @@ ;; C-c C-h term-dynamic-list-input-ring List input history ;; ;; Not bound by default in term-mode -;; term-send-invisible Read a line w/o echo, and send to proc +;; term-send-invisible Read a line without echo, and send to proc ;; (These are bound in shell-mode) ;; term-dynamic-complete Complete filename at point. ;; term-dynamic-list-completions List completions in help buffer. |