]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-file-list-for-emacs): Add an entry for Eshell.
authorEli Zaretskii <eliz@gnu.org>
Mon, 23 Oct 2000 15:50:51 +0000 (15:50 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 23 Oct 2000 15:50:51 +0000 (15:50 +0000)
lisp/ChangeLog
lisp/info.el

index 5525ff0c8b38340b058eb8c63ae5be1e9bd93276..78897ee5daafe64fc975ebfbc41fa3de697c5634 100644 (file)
@@ -1,3 +1,7 @@
+2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
+
 2000-10-23  Dave Love  <fx@gnu.org>
 
        * textmodes/refill.el: Remove bits redundant with define-minor-mode.
index 2e6dbc092918919af914c73e4cd3aadd9429ccb0..14c6b13cda083ea5c7f1c70cf22201d842ce220c 100644 (file)
@@ -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.