/[emacs]/emacs/lisp/replace.el
ViewVC logotype

Diff of /emacs/lisp/replace.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.129 by schwab, Mon Feb 18 20:29:16 2002 UTC revision 1.130 by schwab, Mon Feb 18 20:30:19 2002 UTC
# Line 153  If the result of TO-EXPR is not a string Line 153  If the result of TO-EXPR is not a string
153  `prin1-to-string' with the NOESCAPE argument (which see).  `prin1-to-string' with the NOESCAPE argument (which see).
154    
155  For convenience, when entering TO-EXPR interactively, you can use `\\&' or  For convenience, when entering TO-EXPR interactively, you can use `\\&' or
156  `\\0' to stand for whatever matched the whole of REGEXP, and `\N' (where  `\\0' to stand for whatever matched the whole of REGEXP, and `\\N' (where
157  N is a digit) to stand for whatever matched the Nth `\(...\)' in REGEXP.  N is a digit) to stand for whatever matched the Nth `\\(...\\)' in REGEXP.
158  Use `\\#&' or `\\#N' if you want a number instead of a string.  Use `\\#&' or `\\#N' if you want a number instead of a string.
159    
160  In Transient Mark mode, if the mark is active, operate on the contents  In Transient Mark mode, if the mark is active, operate on the contents

Legend:
Removed from v.1.129  
changed lines
  Added in v.1.130

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26