From: Stefan Kangas Date: Thu, 23 Dec 2021 19:10:26 +0000 (+0100) Subject: * lisp/eshell/em-hist.el (eshell-hist-match-partial): Minor doc fix. X-Git-Tag: emacs-29.0.90~3469 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=32fc42322487bc43b62fb964529c2321c2e0215c;p=emacs.git * lisp/eshell/em-hist.el (eshell-hist-match-partial): Minor doc fix. --- diff --git a/lisp/eshell/em-hist.el b/lisp/eshell/em-hist.el index df342df461f..d01e763b3ea 100644 --- a/lisp/eshell/em-hist.el +++ b/lisp/eshell/em-hist.el @@ -149,9 +149,9 @@ whitespace." (defcustom eshell-hist-match-partial t "If non-nil, movement through history is constrained by current input. -Otherwise, typing and will always go to the next history +Otherwise, typing \\`M-p' and \\`M-n' will always go to the next history element, regardless of any text on the command line. In that case, - and still offer that functionality." +\\`C-c M-r' and \\`C-c M-s' still offer that functionality." :type 'boolean :set 'eshell-hist--update-keymap)