From e637a73ddad942c6debc9736edc5b9497b4afc98 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Sun, 14 Apr 2002 08:11:22 +0000 Subject: [PATCH] (speedbar-generic-item-info) (speedbar-sort-tags): Doc fix. (speedbar-add-supported-extension): Fix typo in interactive spec. --- lisp/speedbar.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/speedbar.el b/lisp/speedbar.el index 6f63ba2469b..59cc1523a21 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el @@ -397,7 +397,7 @@ tags to insert. It will then create the speedbar buttons.") :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 @@ This should start with a `.' if it is not a complete file name, and 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 @@ This should be bound to a mouse EVENT." (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) -- 2.11.4.GIT