aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/eshell.texi17
1 files changed, 13 insertions, 4 deletions
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi
index f8f60bae13a..ee6c0f10b34 100644
--- a/doc/misc/eshell.texi
+++ b/doc/misc/eshell.texi
@@ -619,10 +619,19 @@ environment.
619@item eshell-debug 619@item eshell-debug
620@cmindex eshell-debug 620@cmindex eshell-debug
621Toggle debugging information for Eshell itself. You can pass this 621Toggle debugging information for Eshell itself. You can pass this
622command the argument @code{errors} to enable/disable Eshell trapping 622command one or more of the following arguments:
623errors when evaluating commands, or the argument @code{commands} to 623
624show/hide command execution progress in the buffer @code{*eshell last 624@itemize @bullet
625cmd*}. 625
626@item
627@code{error}, to enable/disable Eshell trapping errors when
628evaluating commands; or
629
630@item
631@code{form}, to show/hide Eshell command form manipulation in the
632buffer @code{*eshell last cmd*}.
633
634@end itemize
626 635
627@item exit 636@item exit
628@cmindex exit 637@cmindex exit