diff options
| -rw-r--r-- | lisp/speedbar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/speedbar.el b/lisp/speedbar.el index 4d33cb78b9c..1ef7bde0659 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el | |||
| @@ -563,7 +563,7 @@ current file, and the FILENAME of the file being checked." | |||
| 563 | (defcustom speedbar-obj-do-check t | 563 | (defcustom speedbar-obj-do-check t |
| 564 | "*Non-nil check all files in speedbar to see if they have an object file. | 564 | "*Non-nil check all files in speedbar to see if they have an object file. |
| 565 | Any file checked out is marked with `speedbar-obj-indicator', and the | 565 | Any file checked out is marked with `speedbar-obj-indicator', and the |
| 566 | marking is based on `speedbar-obj-alist'." | 566 | marking is based on `speedbar-obj-alist'." |
| 567 | :group 'speedbar-vc | 567 | :group 'speedbar-vc |
| 568 | :type 'boolean) | 568 | :type 'boolean) |
| 569 | 569 | ||