aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2000-10-21 19:54:53 +0000
committerEli Zaretskii2000-10-21 19:54:53 +0000
commitb6ef48981a2ef87ca9b14ba003c39181cc1a16c8 (patch)
treecddcf5a647aa7a551cf3da6abccaaabf533a2826
parentbed43f1d71d4aef9a026d3617e518c95f33d876f (diff)
downloademacs-b6ef48981a2ef87ca9b14ba003c39181cc1a16c8.tar.gz
emacs-b6ef48981a2ef87ca9b14ba003c39181cc1a16c8.zip
(Info-file-list-for-emacs): Add an entry for Speedbar.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/info.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 540d3ebfae9..3f74bb92e86 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
4
12000-10-21 Stefan Monnier <monnier@cs.yale.edu> 52000-10-21 Stefan Monnier <monnier@cs.yale.edu>
2 6
3 * progmodes/sh-script.el (sh-mode-map): Remove bindings for 7 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
diff --git a/lisp/info.el b/lisp/info.el
index fb228dd4372..29d3124efe1 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -2245,7 +2245,7 @@ Allowed only if variable `Info-enable-edit' is non-nil."
2245 ("time-stamp" . "autotype") ("quickurl" . "autotype") 2245 ("time-stamp" . "autotype") ("quickurl" . "autotype")
2246 ("tempo" . "autotype") ("hippie-expand" . "autotype") 2246 ("tempo" . "autotype") ("hippie-expand" . "autotype")
2247 ("cvs" . "pcl-cvs") 2247 ("cvs" . "pcl-cvs")
2248 "ebrowse" "cl" "idlwave" "reftex" "widget" "woman") 2248 "ebrowse" "cl" "idlwave" "reftex" "speedbar" "widget" "woman")
2249 "List of Info files that describe Emacs commands. 2249 "List of Info files that describe Emacs commands.
2250An element can be a file name, or a list of the form (PREFIX . FILE) 2250An element can be a file name, or a list of the form (PREFIX . FILE)
2251where PREFIX is a name prefix and FILE is the file to look in. 2251where PREFIX is a name prefix and FILE is the file to look in.