summaryrefslogtreecommitdiff
path: root/lisp/find-cmd.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2010-01-14 19:59:31 +0100
committerJuanma Barranquero <lekktu@gmail.com>2010-01-14 19:59:31 +0100
commitd1f18ec0920105223d2aecfd838f8b19921e6340 (patch)
treef98090d895340248c119119406b69974d19cf499 /lisp/find-cmd.el
parent80cd4bb402cd55d9a7efcdf7a77e83cf1118eb61 (diff)
downloademacs-d1f18ec0920105223d2aecfd838f8b19921e6340.tar.gz
emacs-d1f18ec0920105223d2aecfd838f8b19921e6340.tar.bz2
emacs-d1f18ec0920105223d2aecfd838f8b19921e6340.zip
Fix typos in docstrings.
Diffstat (limited to 'lisp/find-cmd.el')
-rw-r--r--lisp/find-cmd.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/find-cmd.el b/lisp/find-cmd.el
index 307964ef17f..11b64b04717 100644
--- a/lisp/find-cmd.el
+++ b/lisp/find-cmd.el
@@ -122,7 +122,7 @@
(okdir . (1 find-command t)))
"Holds details of each of the find options.
The car of each alist is the name. The cdr is minimum args, the
-function used to join many occurences of the argument together,
+function used to join many occurrences of the argument together,
and whether or not to leave quotes off the string (non-nil means
the string will be quoted).")