* lisp/speedbar.el (speedbar-toggle-images): Doc fix.
This commit is contained in:
parent
e42ebbf2be
commit
32b636de4a
2 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
2010-11-10 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* speedbar.el (speedbar-toggle-images): Doc fix.
|
||||
|
||||
* progmodes/python.el (python-shell): Doc fix.
|
||||
|
||||
* wid-edit.el (widget-field-use-before-change)
|
||||
|
|
|
@ -1694,8 +1694,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))
|
||||
|
|
Loading…
Add table
Reference in a new issue