aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/info.el
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2000-10-23 15:50:51 +0000
committerEli Zaretskii <[email protected]>2000-10-23 15:50:51 +0000
commit379b70e730533ae069dc491d9221f747eb40c5a1 (patch)
tree49a900ce369008fcde31c5d54987c963d37bdb21 /lisp/info.el
parenta83fee2c5629b8c4c73f18043df72d2a4edd5ccd (diff)
(Info-file-list-for-emacs): Add an entry for Eshell.
Diffstat (limited to 'lisp/info.el')
-rw-r--r--lisp/info.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el
index 2e6dbc0929..14c6b13cda 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -2245,7 +2245,7 @@ Allowed only if variable `Info-enable-edit' is non-nil."
("time-stamp" . "autotype") ("quickurl" . "autotype")
("tempo" . "autotype") ("hippie-expand" . "autotype")
("cvs" . "pcl-cvs")
- "ebrowse" "cl" "idlwave" "reftex" "speedbar" "widget" "woman")
+ "ebrowse" "eshell" "cl" "idlwave" "reftex" "speedbar" "widget" "woman")
"List of Info files that describe Emacs commands.
An element can be a file name, or a list of the form (PREFIX . FILE)
where PREFIX is a name prefix and FILE is the file to look in.