]> git.eshelyaron.com Git - emacs.git/commitdiff
term.el comment update
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 8 Dec 2020 22:41:24 +0000 (23:41 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 8 Dec 2020 22:41:24 +0000 (23:41 +0100)
* lisp/term.el: Fix wrong command name in the comments (bug#7041).

lisp/term.el

index 545185064dd377c1e14af51e83058cd9b7b4dfdd..2e69af0735b41c5cdf0191c52ffa7ca952901c71 100644 (file)
 ;; 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.