Mercurial > emacs
changeset 46288:1b1c4b4ef8d4
(speedbar-obj-do-check): Fix typo.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 10 Jul 2002 09:45:18 +0000 |
parents | 017c8b0ae985 |
children | 0b9af9ab98d2 |
files | lisp/speedbar.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)