* lisp/isearch.el (search-nonincremental-instead): Fix doc typo.
authorGlenn Morris <rgm@gnu.org>
Tue, 17 Jan 2012 22:33:05 +0000 (17:33 -0500)
committerGlenn Morris <rgm@gnu.org>
Tue, 17 Jan 2012 22:33:05 +0000 (17:33 -0500)
lisp/ChangeLog
lisp/isearch.el

index 0ef61f4..efb4283 100644 (file)
@@ -1,5 +1,7 @@
 2012-01-17  Glenn Morris  <rgm@gnu.org>
 
+       * isearch.el (search-nonincremental-instead): Fix doc typo.
+
        * dired.el (dired-insert-directory): Handle newlines in directory name.
        (dired-build-subdir-alist): Unescape newlines in directory name.
 
index a6cc69b..ce75911 100644 (file)
@@ -102,7 +102,7 @@ in Isearch mode is always downcased."
   :group 'isearch)
 
 (defcustom search-nonincremental-instead t
-  "If non-nil, do a nonincremental search instead if exiting immediately.
+  "If non-nil, do a nonincremental search instead of exiting immediately.
 Actually, `isearch-edit-string' is called to let you enter the search
 string, and RET terminates editing and does a nonincremental search."
   :type 'boolean