emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 32fc423 3/5: * lisp/eshell/em-hist.el (eshell-hist-match-partial)


From: Stefan Kangas
Subject: master 32fc423 3/5: * lisp/eshell/em-hist.el (eshell-hist-match-partial): Minor doc fix.
Date: Fri, 24 Dec 2021 10:06:53 -0500 (EST)

branch: master
commit 32fc42322487bc43b62fb964529c2321c2e0215c
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * lisp/eshell/em-hist.el (eshell-hist-match-partial): Minor doc fix.
---
 lisp/eshell/em-hist.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/eshell/em-hist.el b/lisp/eshell/em-hist.el
index df342df..d01e763 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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]