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:29:16 -0500

Index: emacs/lisp/replace.el
diff -c emacs/lisp/replace.el:1.128 emacs/lisp/replace.el:1.129
*** emacs/lisp/replace.el:1.128 Fri Jan 25 00:04:49 2002
--- emacs/lisp/replace.el       Mon Feb 18 15:29:16 2002
***************
*** 1,6 ****
  ;;; replace.el --- replace commands for Emacs
  
! ;; Copyright (C) 1985, 86, 87, 92, 94, 96, 1997, 2000, 2001
  ;;  Free Software Foundation, Inc.
  
  ;; This file is part of GNU Emacs.
--- 1,6 ----
  ;;; replace.el --- replace commands for Emacs
  
! ;; Copyright (C) 1985, 86, 87, 92, 94, 96, 1997, 2000, 2001, 2002
  ;;  Free Software Foundation, Inc.
  
  ;; This file is part of GNU Emacs.
***************
*** 153,159 ****
  `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.
  
--- 153,159 ----
  `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.
  



reply via email to

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