]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/speedbar.el: Remove some old commentary.
authorGlenn Morris <rgm@gnu.org>
Sat, 29 Mar 2014 01:53:35 +0000 (21:53 -0400)
committerGlenn Morris <rgm@gnu.org>
Sat, 29 Mar 2014 01:53:35 +0000 (21:53 -0400)
lisp/speedbar.el

index c425d7773066c945c88573f3bb0a3c08b1c25a70..814cec86e69d017da8087804e852bfe677c8569e 100644 (file)
@@ -39,21 +39,9 @@ this version is not backward compatible to 0.14 or earlier.")
 ;;
 ;;; Notes:
 ;;
-;;    Users of really old emacsen without the need timer functions
-;; will not have speedbar updating automatically.  Use "g" to refresh
-;; the display after changing directories.  Remember, do not interrupt
-;; the stealthy updates or your display may not be completely
-;; refreshed.
-;;
 ;;    AUC-TEX users: The imenu tags for AUC-TEX mode don't work very
 ;; well.  Use the imenu keywords from tex-mode.el for better results.
 ;;
-;; This file requires the library package assoc (association lists)
-;;     assoc should be available in all modern versions of Emacs.
-;; The custom package is optional (for easy configuration of speedbar)
-;;     http://www.dina.kvl.dk/~abraham/custom/
-;;     custom is available in all versions of Emacs version 20 or better.
-;;
 ;;; Developing for speedbar
 ;;
 ;; Adding a speedbar specialized display mode: