diff options
| author | Michael Albinus | 2020-11-16 19:37:06 +0100 |
|---|---|---|
| committer | Michael Albinus | 2020-11-16 19:37:06 +0100 |
| commit | e66502fec11a47b50be6682262cb33fad53fa229 (patch) | |
| tree | d70d4a4608d952c75eccd96697725b286ef4958c | |
| parent | d5d3862c5648ceb2b0a48f5663f1c659c4d02d9f (diff) | |
| download | emacs-e66502fec11a47b50be6682262cb33fad53fa229.tar.gz emacs-e66502fec11a47b50be6682262cb33fad53fa229.zip | |
; * 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 57f713635f8..8e5ec25d253 100644 --- a/doc/misc/eshell.texi +++ b/doc/misc/eshell.texi | |||
| @@ -649,7 +649,7 @@ Eshell solves this problem by running such programs in Emacs's | |||
| 649 | terminal emulator. | 649 | terminal emulator. |
| 650 | 650 | ||
| 651 | Programs that need a terminal to display output properly are referred | 651 | Programs that need a terminal to display output properly are referred |
| 652 | to in this manual as ``visual commands,'' because they are not simply | 652 | to in this manual as ``visual commands'', because they are not simply |
| 653 | line-oriented. You must tell Eshell which commands are visual, by | 653 | line-oriented. You must tell Eshell which commands are visual, by |
| 654 | adding them to @code{eshell-visual-commands}; for commands that are | 654 | adding them to @code{eshell-visual-commands}; for commands that are |
| 655 | visual for only certain @emph{sub}-commands -- e.g., @samp{git log} but | 655 | visual for only certain @emph{sub}-commands -- e.g., @samp{git log} but |