]> git.eshelyaron.com Git - emacs.git/commitdiff
(speedbar-obj-do-check): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 10 Jul 2002 09:45:18 +0000 (09:45 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 10 Jul 2002 09:45:18 +0000 (09:45 +0000)
lisp/speedbar.el

index 4d33cb78b9c03adde2473a7f420e6fc86b7d1dd9..1ef7bde0659eda70f5528f3370b179f2a69d3cd0 100644 (file)
@@ -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)