aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2020-11-23 09:41:53 -0800
committerGlenn Morris2020-11-23 09:41:53 -0800
commita228b9dd568b2f9ee63bcc706dd40197fd3de2ab (patch)
treee2acea428c3474cfbbd61205973ccde866f84d6a
parentf583cae4cc428adb6b9ce183784ff5c8c7cca012 (diff)
parente66502fec11a47b50be6682262cb33fad53fa229 (diff)
downloademacs-a228b9dd568b2f9ee63bcc706dd40197fd3de2ab.tar.gz
emacs-a228b9dd568b2f9ee63bcc706dd40197fd3de2ab.zip
Merge from origin/emacs-27
e66502fec1 ; * doc/misc/eshell.texi (Input/Output): Fix typo.
-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 c33ca0ea02c..0c5501f36bc 100644
--- a/doc/misc/eshell.texi
+++ b/doc/misc/eshell.texi
@@ -652,7 +652,7 @@ Eshell solves this problem by running such programs in Emacs's
652terminal emulator. 652terminal emulator.
653 653
654Programs that need a terminal to display output properly are referred 654Programs that need a terminal to display output properly are referred
655to in this manual as ``visual commands,'' because they are not simply 655to in this manual as ``visual commands'', because they are not simply
656line-oriented. You must tell Eshell which commands are visual, by 656line-oriented. You must tell Eshell which commands are visual, by
657adding them to @code{eshell-visual-commands}; for commands that are 657adding them to @code{eshell-visual-commands}; for commands that are
658visual for only certain @emph{sub}-commands -- e.g., @samp{git log} but 658visual for only certain @emph{sub}-commands -- e.g., @samp{git log} but