/[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.128 by rms, Fri Jan 25 05:04:49 2002 UTC revision 1.129 by schwab, Mon Feb 18 20:29:16 2002 UTC
# Line 1  Line 1 
1  ;;; replace.el --- replace commands for Emacs  ;;; replace.el --- replace commands for Emacs
2    
3  ;; Copyright (C) 1985, 86, 87, 92, 94, 96, 1997, 2000, 2001  ;; Copyright (C) 1985, 86, 87, 92, 94, 96, 1997, 2000, 2001, 2002
4  ;;  Free Software Foundation, Inc.  ;;  Free Software Foundation, Inc.
5    
6  ;; This file is part of GNU Emacs.  ;; This file is part of GNU Emacs.
# 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    

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

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