From: Eli Zaretskii Date: Mon, 23 Oct 2000 15:50:51 +0000 (+0000) Subject: (Info-file-list-for-emacs): Add an entry for Eshell. X-Git-Tag: emacs-pretest-21.0.90~660 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=379b70e730533ae069dc491d9221f747eb40c5a1;p=emacs.git (Info-file-list-for-emacs): Add an entry for Eshell. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5525ff0c8b3..78897ee5daa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-10-23 Eli Zaretskii + + * info.el (Info-file-list-for-emacs): Add an entry for Eshell. + 2000-10-23 Dave Love * textmodes/refill.el: Remove bits redundant with define-minor-mode. diff --git a/lisp/info.el b/lisp/info.el index 2e6dbc09291..14c6b13cda0 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.