diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-04-14 11:45:31 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-04-14 11:45:31 +0000 |
commit | 560ea2d58658721831640ddd8f715cdb3cebf7a6 (patch) | |
tree | a75e30ef31dce9e5241b0c62eef977550676aa92 /lisp/info.el | |
parent | 28037ecf6a6c08777ffc15628d7841e41de25376 (diff) | |
download | emacs-560ea2d58658721831640ddd8f715cdb3cebf7a6.tar.gz |
(Info-file-list-for-emacs): Add an entry for the "info" manual.
Diffstat (limited to 'lisp/info.el')
-rw-r--r-- | lisp/info.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el index 4b3bbfd42bc..673b5402e41 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -2365,7 +2365,7 @@ Allowed only if variable `Info-enable-edit' is non-nil." (message "Tags may have changed. Use Info-tagify if necessary"))) (defvar Info-file-list-for-emacs - '("ediff" "forms" "gnus" ("mh" . "mh-e") "sc" "message" + '("ediff" "forms" "gnus" "info" ("mh" . "mh-e") "sc" "message" ("dired" . "dired-x") ("c" . "ccmode") "viper" "vip" ("skeleton" . "autotype") ("auto-insert" . "autotype") ("copyright" . "autotype") ("executable" . "autotype") |