diff options
| -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 |