]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix docstrings in lisp/isearch.el.
authorJuri Linkov <juri@jurta.org>
Sat, 10 Sep 2011 11:33:38 +0000 (14:33 +0300)
committerJuri Linkov <juri@jurta.org>
Sat, 10 Sep 2011 11:33:38 +0000 (14:33 +0300)
* lisp/isearch.el (isearch-edit-string): Remove obsolete mention of
`C-w' (`isearch-yank-word-or-char') from docstring.
(isearch-query-replace): Fix typo in docstring.

Fixes: debbugs:9466
lisp/ChangeLog
lisp/isearch.el

index 311c02e64b3d4ef663b6f09984183f44c1684b94..0a50c0cdc41e5097d144d3d9df17ef7cf11d564c 100644 (file)
@@ -1,3 +1,9 @@
+2011-09-10  Juri Linkov  <juri@jurta.org>
+
+       * isearch.el (isearch-edit-string): Remove obsolete mention of
+       `C-w' (`isearch-yank-word-or-char') from docstring.
+       (isearch-query-replace): Fix typo in docstring (bug#9466).
+
 2011-09-10  Juri Linkov  <juri@jurta.org>
 
        * paren.el (show-paren-function): Don't show escaped parens.
index 7f54067f9aa5787fefa40cb9911a259388dd2a3c..00ed9b4aed2658421b00230e31aea7e37827780c 100644 (file)
@@ -1087,9 +1087,7 @@ The following additional command keys are active while editing.
 \\[isearch-nonincremental-exit-minibuffer] to do one nonincremental search.
 \\[isearch-forward-exit-minibuffer] to resume isearching forward.
 \\[isearch-reverse-exit-minibuffer] to resume isearching backward.
-\\[isearch-complete-edit] to complete the search string using the search ring.
-\\<isearch-mode-map>
-If first char entered is \\[isearch-yank-word-or-char], then do word search instead."
+\\[isearch-complete-edit] to complete the search string using the search ring."
 
   ;; This code is very hairy for several reasons, explained in the code.
   ;; Mainly, isearch-mode must be terminated while editing and then restarted.
@@ -1381,8 +1379,8 @@ Use `isearch-exit' to quit without signaling."
   "Start `query-replace' with string to replace from last search string.
 The arg DELIMITED (prefix arg if interactive), if non-nil, means replace
 only matches surrounded by word boundaries.  Note that using the prefix arg
-is possible only when `isearch-allow-scroll' is non-nil, and it don't
-always provides the correct matches for `query-replace', so the preferred
+is possible only when `isearch-allow-scroll' is non-nil, and it doesn't
+always provide the correct matches for `query-replace', so the preferred
 way to run word replacements from Isearch is `M-s w ... M-%'."
   (interactive
    (list current-prefix-arg))