emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/replace.el


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/replace.el
Date: Mon, 18 Feb 2002 15:31:31 -0500

Index: emacs/lisp/replace.el
diff -c emacs/lisp/replace.el:1.129 emacs/lisp/replace.el:1.130
*** emacs/lisp/replace.el:1.129 Mon Feb 18 15:29:16 2002
--- emacs/lisp/replace.el       Mon Feb 18 15:30:19 2002
***************
*** 153,160 ****
  `prin1-to-string' with the NOESCAPE argument (which see).
  
  For convenience, when entering TO-EXPR interactively, you can use `\\&' or
! `\\0' to stand for whatever matched the whole of REGEXP, and `\N' (where
! N is a digit) to stand for whatever matched the Nth `\(...\)' in REGEXP.
  Use `\\#&' or `\\#N' if you want a number instead of a string.
  
  In Transient Mark mode, if the mark is active, operate on the contents
--- 153,160 ----
  `prin1-to-string' with the NOESCAPE argument (which see).
  
  For convenience, when entering TO-EXPR interactively, you can use `\\&' or
! `\\0' to stand for whatever matched the whole of REGEXP, and `\\N' (where
! N is a digit) to stand for whatever matched the Nth `\\(...\\)' in REGEXP.
  Use `\\#&' or `\\#N' if you want a number instead of a string.
  
  In Transient Mark mode, if the mark is active, operate on the contents



reply via email to

[Prev in Thread] Current Thread [Next in Thread]