diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-12-23 20:10:26 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-12-24 15:36:48 +0100 |
commit | 32fc42322487bc43b62fb964529c2321c2e0215c (patch) | |
tree | 042d1c1eabf11f2c451e6faf28f5923c4a23a777 /lisp/eshell | |
parent | 31d34e43e54c6c45869562c40711cce6c5e48dab (diff) | |
download | emacs-32fc42322487bc43b62fb964529c2321c2e0215c.tar.gz emacs-32fc42322487bc43b62fb964529c2321c2e0215c.tar.bz2 emacs-32fc42322487bc43b62fb964529c2321c2e0215c.zip |
* lisp/eshell/em-hist.el (eshell-hist-match-partial): Minor doc fix.
Diffstat (limited to 'lisp/eshell')
-rw-r--r-- | lisp/eshell/em-hist.el | 4 |
1 files changed, 2 insertions, 2 deletions
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 <M-p> and <M-n> 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, -<C-c M-r> and <C-c M-s> still offer that functionality." +\\`C-c M-r' and \\`C-c M-s' still offer that functionality." :type 'boolean :set 'eshell-hist--update-keymap) |