summaryrefslogtreecommitdiff
path: root/lisp/speedbar.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2010-11-17 22:54:14 -0500
committerStefan Monnier <monnier@iro.umontreal.ca>2010-11-17 22:54:14 -0500
commit4a47c2757309e338321da1e7a2f6d399a306ce7d (patch)
treede441bac2c90c3302459c5f0ffe9c53ec4b31c2f /lisp/speedbar.el
parent8bbb7dd8a6d08540a81a7a2baa2274d8e6d65c92 (diff)
parentb916cbefa481920a49eac03c7025693f38afc882 (diff)
downloademacs-4a47c2757309e338321da1e7a2f6d399a306ce7d.tar.gz
Merge from emacs-23
Diffstat (limited to 'lisp/speedbar.el')
-rw-r--r--lisp/speedbar.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/speedbar.el b/lisp/speedbar.el
index f3b7531ba24..7413f73ee50 100644
--- a/lisp/speedbar.el
+++ b/lisp/speedbar.el
@@ -1692,8 +1692,7 @@ variable `speedbar-obj-alist'."
(speedbar-enable-update)))
(defun speedbar-toggle-images ()
- "Toggle use of images in the speedbar frame.
-Images are not available in Emacs 20 or earlier."
+ "Toggle use of images in the speedbar frame."
(interactive)
(setq speedbar-use-images (not speedbar-use-images))
(speedbar-refresh))