]> git.eshelyaron.com Git - emacs.git/commitdiff
(speedbar-vc-do-check): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 10 Jul 2002 09:42:27 +0000 (09:42 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 10 Jul 2002 09:42:27 +0000 (09:42 +0000)
(speedbar-obj-do-check): Likewise.
(speedbar-mouse-hscroll): Likewise.
(speedbar-file-lists): Likewise.

lisp/ChangeLog
lisp/speedbar.el

index 52faf168e8f1e69d03c2fe95e7be253d46c879e9..bc0f2b47d6699afe0699e78d63c89159bba8570e 100644 (file)
        (defimage-speedbar): Likewise.
        (speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.
        (defimage-speedbar): Likewise.
+       (speedbar-vc-do-check): Likewise.
+       (speedbar-obj-do-check): Likewise.
+       (speedbar-mouse-hscroll): Likewise.
+       (speedbar-file-lists): Likewise.
 
        * progmodes/idlw-shell.el (idlwave-shell-set-bp): Fix typo.
 
index 54801c44a81aa46c5bef9363fd25cc154fdd71aa..2553e00e57e066ab857fd4a4ab44b806af4db380 100644 (file)
@@ -407,7 +407,7 @@ tags to insert.  It will then create the speedbar buttons.")
   "*List of hooks which speedbar will use to organize tags into groups.
 Groups are defined as expandable meta-tags.  Imenu supports
 such things in some languages, such as separating variables from
-functions.  Each hook takes one argument LST, and may destructivly
+functions.  Each hook takes one argument LST, and may destructively
 create a new list of the same form.  LST is a list of elements of the
 form:
   (ELT1 ELT2 ... ELTn)
@@ -534,7 +534,7 @@ verbosity."
 
 (defcustom speedbar-vc-do-check t
   "*Non-nil check all files in speedbar to see if they have been checked out.
-Any file checked out is marked with `speedbar-vc-indicator'"
+Any file checked out is marked with `speedbar-vc-indicator'."
   :group 'speedbar-vc
   :type 'boolean)
 
@@ -563,7 +563,7 @@ current file, and the FILENAME of the file being checked."
 (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)
 
@@ -1455,7 +1455,7 @@ and the existence of packages."
 (defun speedbar-mouse-hscroll (e)
   "Read a mouse event E from the mode line, and horizontally scroll.
 If the mouse is being clicked on the far left, or far right of the
-mode-line.  This is only useful for non-XEmacs"
+mode-line.  This is only useful for non-XEmacs."
   (interactive "e")
   (let* ((xp (car (nth 2 (car (cdr e)))))
         (cpw (/ (frame-pixel-width)
@@ -2178,7 +2178,7 @@ of the special mode functions."
 The car is the list of directories, the cdr is list of files not
 matching ignored headers.  Cache any directory files found in
 `speedbar-directory-contents-alist' and use that cache before scanning
-the file-system"
+the file-system."
   (setq directory (expand-file-name directory))
   ;; If in powerclick mode, then the directory we are getting
   ;; should be rescanned.