]> code.delx.au - gnu-emacs/blobdiff - lisp/speedbar.el
Add seq-find
[gnu-emacs] / lisp / speedbar.el
index 11d2d43538397aec788cf4f42462bec9468310f4..97c977cf1fc8de4a12ca80a7b626f002fcc4ce3e 100644 (file)
@@ -1,6 +1,6 @@
 ;;; speedbar --- quick access to files and tags in a frame
 
-;; Copyright (C) 1996-2014 Free Software Foundation, Inc.
+;; Copyright (C) 1996-2015 Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <zappo@gnu.org>
 ;; Keywords: file, tags, tools
@@ -203,7 +203,7 @@ the user is done with the current expansion list.")
     )
   "List of functions to periodically call stealthily.
 This list is of the form:
'( (\"NAME\" FUNCTION ...)
 ( (\"NAME\" FUNCTION ...)
     ...)
 where NAME is the name of the major display mode these functions are
 for, and the remaining elements FUNCTION are functions to call in order.
@@ -458,9 +458,9 @@ items is reached."
 (defcustom speedbar-directory-button-trim-method 'span
   "Indicates how the directory button will be displayed.
 Possible values are:
'span - span large directories over multiple lines.
'trim - trim large directories to only show the last few.
- nil   - no trimming."
`span' - span large directories over multiple lines.
`trim' - trim large directories to only show the last few.
+ nil    - no trimming."
   :group 'speedbar
   :type '(radio (const :tag "Span large directories over multiple lines."
                       span)