]> git.eshelyaron.com Git - emacs.git/commitdiff
* find-dired.el (find-name-arg): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 22 Oct 2009 07:43:19 +0000 (07:43 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 22 Oct 2009 07:43:19 +0000 (07:43 +0000)
lisp/ChangeLog
lisp/find-dired.el

index 5c056104bb19fd35b7fd58643dce9b0224864ecc..1118acfeffe18878f91526e2c8010f8c71c27c1c 100644 (file)
@@ -1,3 +1,7 @@
+2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
+
+       * find-dired.el (find-name-arg): Fix typo in docstring.
+
 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
 
        * vc-dispatcher.el (vc-do-command): Return the process object in
        the asynchronous case.  Use when instead of if.  Do not run
-       vc-exec-after to display a message if not enabled.
+       vc-exec-after to display a message if not enabled.  (Bug#4463)
 
        * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
        properties to the stash strings.
index a5e672ba6642dd60bc06738608044ae2979a7b0a..3becbcb7c84aa33d96bc41f0959cee6f93750456 100644 (file)
@@ -77,7 +77,7 @@ On other systems, the closest you can come is to use `-l'."
     "-name")
   "Argument used to specify file name pattern.
 If `read-file-name-completion-ignore-case' is non-nil, -iname is used so that
-find also ignores case. Otherwise, -name is used."
+find also ignores case.  Otherwise, -name is used."
   :type 'string
   :group 'find-dired
   :version "22.2")