diff options
| author | Glenn Morris | 2020-11-23 09:41:53 -0800 |
|---|---|---|
| committer | Glenn Morris | 2020-11-23 09:41:53 -0800 |
| commit | a228b9dd568b2f9ee63bcc706dd40197fd3de2ab (patch) | |
| tree | e2acea428c3474cfbbd61205973ccde866f84d6a | |
| parent | f583cae4cc428adb6b9ce183784ff5c8c7cca012 (diff) | |
| parent | e66502fec11a47b50be6682262cb33fad53fa229 (diff) | |
| download | emacs-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.texi | 2 |
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 | |||
| 652 | terminal emulator. | 652 | terminal emulator. |
| 653 | 653 | ||
| 654 | Programs that need a terminal to display output properly are referred | 654 | Programs that need a terminal to display output properly are referred |
| 655 | to in this manual as ``visual commands,'' because they are not simply | 655 | to in this manual as ``visual commands'', because they are not simply |
| 656 | line-oriented. You must tell Eshell which commands are visual, by | 656 | line-oriented. You must tell Eshell which commands are visual, by |
| 657 | adding them to @code{eshell-visual-commands}; for commands that are | 657 | adding them to @code{eshell-visual-commands}; for commands that are |
| 658 | visual for only certain @emph{sub}-commands -- e.g., @samp{git log} but | 658 | visual for only certain @emph{sub}-commands -- e.g., @samp{git log} but |