changeset 44578:9c2b72b4b303

(speedbar-generic-item-info) (speedbar-sort-tags): Doc fix. (speedbar-add-supported-extension): Fix typo in interactive spec.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 14 Apr 2002 08:11:22 +0000
parents ffb634bccc64
children 7483d99252ad
files lisp/speedbar.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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)