aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2009-10-22 07:43:19 +0000
committerJuanma Barranquero2009-10-22 07:43:19 +0000
commit5480359e9f3596143208b5d25da4ddf65d857286 (patch)
treed12de02235c3fa2f9f12c1f79edec206da3612f7
parent48c23a25228da75b715e67bc5f0f26d12cc0ed67 (diff)
downloademacs-5480359e9f3596143208b5d25da4ddf65d857286.tar.gz
emacs-5480359e9f3596143208b5d25da4ddf65d857286.zip
* find-dired.el (find-name-arg): Fix typo in docstring.
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/find-dired.el2
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5c056104bb1..1118acfeffe 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12009-10-22 Juanma Barranquero <lekktu@gmail.com>
2
3 * find-dired.el (find-name-arg): Fix typo in docstring.
4
12009-10-22 Stefan Monnier <monnier@iro.umontreal.ca> 52009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries. 7 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
@@ -2070,7 +2074,7 @@
2070 2074
2071 * vc-dispatcher.el (vc-do-command): Return the process object in 2075 * vc-dispatcher.el (vc-do-command): Return the process object in
2072 the asynchronous case. Use when instead of if. Do not run 2076 the asynchronous case. Use when instead of if. Do not run
2073 vc-exec-after to display a message if not enabled. 2077 vc-exec-after to display a message if not enabled. (Bug#4463)
2074 2078
2075 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face 2079 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
2076 properties to the stash strings. 2080 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'."
77 "-name") 77 "-name")
78 "Argument used to specify file name pattern. 78 "Argument used to specify file name pattern.
79If `read-file-name-completion-ignore-case' is non-nil, -iname is used so that 79If `read-file-name-completion-ignore-case' is non-nil, -iname is used so that
80find also ignores case. Otherwise, -name is used." 80find also ignores case. Otherwise, -name is used."
81 :type 'string 81 :type 'string
82 :group 'find-dired 82 :group 'find-dired
83 :version "22.2") 83 :version "22.2")