summaryrefslogtreecommitdiff
path: root/lisp/term.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2020-12-08 23:41:24 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2020-12-08 23:41:24 +0100
commitca50519900de956fbd2ea8200127792003cb7c98 (patch)
tree39c97abac67df9e0f3fa1daee858d647b5c121fd /lisp/term.el
parent2d8f0364fcd1d5dad2b82dd3a9af870b03854547 (diff)
downloademacs-ca50519900de956fbd2ea8200127792003cb7c98.tar.gz
term.el comment update
* lisp/term.el: Fix wrong command name in the comments (bug#7041).
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 545185064dd..2e69af0735b 100644
--- a/lisp/term.el
+++ b/lisp/term.el
@@ -264,7 +264,7 @@
;; M-p term-previous-input Cycle backwards in input history
;; M-n term-next-input Cycle forwards
;; M-r term-previous-matching-input Previous input matching a regexp
-;; M-s comint-next-matching-input Next input that matches
+;; M-s term-next-matching-input Next input that matches
;; return term-send-input
;; C-c C-a term-bol Beginning of line; skip prompt.
;; C-d term-delchar-or-maybe-eof Delete char unless at end of buff.