aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2017-01-27 11:42:59 +0200
committerEli Zaretskii2017-01-27 11:42:59 +0200
commitc416b141dda77101db7555fcc05243abe988eb11 (patch)
tree99b1ca6925e5db00f33bb523067b8d57ce7ea425
parent06695a02fd9afde4f39916d8bc359cf5eac8c053 (diff)
downloademacs-c416b141dda77101db7555fcc05243abe988eb11.tar.gz
emacs-c416b141dda77101db7555fcc05243abe988eb11.zip
Fix a typo in Eshell manual
* doc/misc/eshell.texi (History): Fix a typo. Reported by Mak Kolybabi <mak@kolybabi.com>.
-rw-r--r--doc/misc/eshell.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi
index bd89b9c5bf2..a7651b21d61 100644
--- a/doc/misc/eshell.texi
+++ b/doc/misc/eshell.texi
@@ -493,7 +493,7 @@ History I-search.
493@itemx M-n 493@itemx M-n
494Previous and next history line. If there is anything on the input 494Previous and next history line. If there is anything on the input
495line when you run these commands, they will instead jump to the 495line when you run these commands, they will instead jump to the
496precious or next line that begins with that string. 496previous or next line that begins with that string.
497@end table 497@end table
498 498
499@node Completion 499@node Completion