# HG changeset patch # User Pavel Jank # Date 1018771882 0 # Node ID 9c2b72b4b303b947c9f7d961591ac912538206bf # Parent ffb634bccc646e6fe5014e87592c1ef65df2e51f (speedbar-generic-item-info) (speedbar-sort-tags): Doc fix. (speedbar-add-supported-extension): Fix typo in interactive spec. diff -r ffb634bccc64 -r 9c2b72b4b303 lisp/speedbar.el --- a/lisp/speedbar.el Sun Apr 14 06:42:43 2002 +0000 +++ b/lisp/speedbar.el Sun Apr 14 08:11:22 2002 +0000 @@ -397,7 +397,7 @@ :type 'boolean) (defcustom speedbar-sort-tags nil - "*If Non-nil, sort tags in the speedbar display. *Obsolete*." + "*If non-nil, sort tags in the speedbar display. *Obsolete*." :group 'speedbar :type 'boolean) @@ -704,7 +704,7 @@ the dot should NOT be quoted in with \\. Other regular expression matchers are allowed however. EXTENSION may be a single string or a list of strings." - (interactive "sExtionsion: ") + (interactive "sExtension: ") (if (not (listp extension)) (setq extension (list extension))) (while extension (if (member (car extension) speedbar-supported-extension-expressions) @@ -1723,7 +1723,7 @@ (speedbar-item-info)) (defun speedbar-generic-item-info () - "Attempt to derive, and then display information about thils line item. + "Attempt to derive, and then display information about this line item. File style information is displayed with `speedbar-item-info'." (save-excursion (beginning-of-line)