diff options
Diffstat (limited to 'lisp/speedbar.el')
-rw-r--r-- | lisp/speedbar.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/speedbar.el b/lisp/speedbar.el index f4698732077..4ed00ae439d 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el @@ -3469,11 +3469,11 @@ TOKEN will be the list, and INDENT is the current indentation level." ;; (defcustom speedbar-select-frame-method 'attached "Specify how to select a frame for displaying a file. -A value of `attached' means to use the attached frame (the frame -that speedbar was started from.) A number such as 1 or -1 means to -pass that number to `other-frame' while selecting a frame from speedbar." +A number such as 1 or -1 means to pass that number to `other-frame' +while selecting a frame from speedbar. Any other value means to use +the attached frame (the frame that speedbar was started from)." :group 'speedbar - :type 'sexp) + :type '(choice integer (other :tag "attached" attached))) (defun speedbar-find-file-in-frame (file) "This will load FILE into the speedbar attached frame. |