]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/eshell/em-hist.el (eshell-hist-match-partial): Minor doc fix.
authorStefan Kangas <stefan@marxist.se>
Thu, 23 Dec 2021 19:10:26 +0000 (20:10 +0100)
committerStefan Kangas <stefan@marxist.se>
Fri, 24 Dec 2021 14:36:48 +0000 (15:36 +0100)
lisp/eshell/em-hist.el

index df342df461f5a26ca9c3c369f57e86127a3b1d3e..d01e763b3ea78ab8fe9a94f8582685531d6dd353 100644 (file)
@@ -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)