From: Juanma Barranquero Date: Thu, 22 Oct 2009 07:43:19 +0000 (+0000) Subject: * find-dired.el (find-name-arg): Fix typo in docstring. X-Git-Tag: emacs-pretest-23.1.90~707 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5480359e9f3596143208b5d25da4ddf65d857286;p=emacs.git * find-dired.el (find-name-arg): Fix typo in docstring. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5c056104bb1..1118acfeffe 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-10-22 Juanma Barranquero + + * find-dired.el (find-name-arg): Fix typo in docstring. + 2009-10-22 Stefan Monnier * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries. @@ -2070,7 +2074,7 @@ * 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. diff --git a/lisp/find-dired.el b/lisp/find-dired.el index a5e672ba664..3becbcb7c84 100644 --- a/lisp/find-dired.el +++ b/lisp/find-dired.el @@ -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")