]> code.delx.au - gnu-emacs/commitdiff
* vc-dir.el (vc-dir-menu-map, vc-dir-at-event, vc-dir-resynch-file):
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 29 Jan 2009 12:34:08 +0000 (12:34 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 29 Jan 2009 12:34:08 +0000 (12:34 +0000)
  Fix typos in docstrings.

lisp/ChangeLog
lisp/vc-dir.el

index e7877671742018f9ef4e28255db672f8751f3180..ab4d5cb5ff36499968e7755940763d498232b0a7 100644 (file)
@@ -1,3 +1,8 @@
+2009-01-29  Juanma Barranquero  <lekktu@gmail.com>
+
+       * vc-dir.el (vc-dir-menu-map, vc-dir-at-event, vc-dir-resynch-file):
+       Fix typos in docstrings.
+
 2009-01-29  Juanma Barranquero  <lekktu@gmail.com>
 
        * bindings.el (completion-ignored-extensions):
@@ -9,7 +14,7 @@
 
 2009-01-29  Klaus Straubinger  <KSNetz@UseNet.ArcorNews.DE>  (tiny change)
 
-       * pcmpl-rpm.el (pcmpl-rpm): Doc fix.
+       * pcmpl-rpm.el (pcmpl-rpm): Doc fix.  (Bug#2094)
 
 2009-01-29  Glenn Morris  <rgm@gnu.org>
 
index 18186f3d01a5e754d0836f13fdd0e604ac3ff7af..249ceec75f9a43f5bc180d7bc7a903342e736349 100644 (file)
@@ -206,7 +206,7 @@ See `run-hooks'."
       '(menu-item "Register" vc-register
                  :help "Register file set into the version control system"))
     map)
-  "Menu for VC dir")
+  "Menu for VC dir.")
 
 ;; VC backends can use this to add mode-specific menu items to
 ;; vc-dir-menu-map.
@@ -276,8 +276,8 @@ See `run-hooks'."
   "Keymap for directory buffer.")
 
 (defmacro vc-dir-at-event (event &rest body)
-  "Evaluate `body' with point located at event-start of `event'.
-If `body' uses `event', it should be a variable,
+  "Evaluate BODY with point located at event-start of EVENT.
+If BODY uses EVENT, it should be a variable,
  otherwise it will be evaluated twice."
   (let ((posn (make-symbol "vc-dir-at-event-posn")))
     `(save-excursion
@@ -850,7 +850,7 @@ If it is a file, return the corresponding cons for the file itself."
       (vc-dir-update fileentries (current-buffer)))))
 
 (defun vc-dir-resynch-file (&optional fname)
-  "Update the entries for FILE in any directory buffers that list it."
+  "Update the entries for FNAME in any directory buffers that list it."
   (let ((file (or fname (expand-file-name buffer-file-name)))
        (found-vc-dir-buf nil))
     (save-excursion