mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(replace-regexp): Fix typo in docstring.
This commit is contained in:
parent
e6a9e5841f
commit
107173cf00
2 changed files with 9 additions and 6 deletions
|
|
@ -1,7 +1,11 @@
|
|||
2007-01-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
|
||||
|
||||
* replace.el (replace-regexp): Fix typo in docstring.
|
||||
|
||||
2007-01-07 Alan Mackenzie <acm@muc.de>
|
||||
|
||||
* progmodes/cc-langs.el (c-operators, c-filter-ops): Amend
|
||||
doc-string and comments.
|
||||
* progmodes/cc-langs.el (c-operators, c-filter-ops):
|
||||
Amend doc-string and comments.
|
||||
|
||||
2007-01-06 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
|
|
|
|||
|
|
@ -467,10 +467,9 @@ at the given position for each replacement.
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue