diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-07-10 09:45:18 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-07-10 09:45:18 +0000 |
commit | bd6406004f3c005b0ab1d3a5a98de9983e54d495 (patch) | |
tree | 5c4bc0d3b949397f550f9957926307faca0cc53f /lisp/speedbar.el | |
parent | 3cca0d40e9ab436ce76ee30d18e044322c448362 (diff) | |
download | emacs-bd6406004f3c005b0ab1d3a5a98de9983e54d495.tar.gz |
(speedbar-obj-do-check): Fix typo.
Diffstat (limited to 'lisp/speedbar.el')
-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." (defcustom speedbar-obj-do-check t "*Non-nil check all files in speedbar to see if they have an object file. Any file checked out is marked with `speedbar-obj-indicator', and the -marking is based on `speedbar-obj-alist'." +marking is based on `speedbar-obj-alist'." :group 'speedbar-vc :type 'boolean) |