changeset 75131:61dcb71f259c

(replace-regexp): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 07 Jan 2007 18:43:16 +0000
parents b9690e9e273d
children 51ead0356792
files lisp/replace.el
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/replace.el	Sun Jan 07 13:36:41 2007 +0000
+++ b/lisp/replace.el	Sun Jan 07 18:43:16 2007 +0000
@@ -467,10 +467,9 @@
 In interactive calls, the replacement text may contain `\\,'
 followed by a Lisp expression used as part of the replacement
 text.  Inside of that expression, `\\&' is a string denoting the
-whole match, `\\N' a partial matches, `\\#&' and `\\#N' the
-respective numeric values from `string-to-number', and `\\#'
-itself for `replace-count', the number of replacements occured so
-far.
+whole match, `\\N' a partial match, `\\#&' and `\\#N' the respective
+numeric values from `string-to-number', and `\\#' itself for
+`replace-count', the number of replacements occurred so far.
 
 If your Lisp expression is an identifier and the next letter in
 the replacement string would be interpreted as part of it, you