changeset 105706:697110244863

* find-dired.el (find-name-arg): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 22 Oct 2009 07:43:19 +0000
parents 7aba6ca5f3d1
children 0630d19e86f9
files lisp/ChangeLog lisp/find-dired.el
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Oct 22 03:35:11 2009 +0000
+++ b/lisp/ChangeLog	Thu Oct 22 07:43:19 2009 +0000
@@ -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.
@@ -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.
--- a/lisp/find-dired.el	Thu Oct 22 03:35:11 2009 +0000
+++ b/lisp/find-dired.el	Thu Oct 22 07:43:19 2009 +0000
@@ -77,7 +77,7 @@
     "-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")