# HG changeset patch # User Juanma Barranquero # Date 1026294318 0 # Node ID 1b1c4b4ef8d450e35e294353fcfefe20f88737ef # Parent 017c8b0ae9854a61da0e08d2bbf419f917338f99 (speedbar-obj-do-check): Fix typo. diff -r 017c8b0ae985 -r 1b1c4b4ef8d4 lisp/speedbar.el --- a/lisp/speedbar.el Wed Jul 10 09:26:17 2002 +0000 +++ b/lisp/speedbar.el Wed Jul 10 09:45:18 2002 +0000 @@ -563,7 +563,7 @@ (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)