emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/textmodes/reftex-global.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/reftex-global.el
Date: Sat, 29 Dec 2001 19:54:46 -0500

Index: emacs/lisp/textmodes/reftex-global.el
diff -c emacs/lisp/textmodes/reftex-global.el:1.10 
emacs/lisp/textmodes/reftex-global.el:1.11
*** emacs/lisp/textmodes/reftex-global.el:1.10  Mon Jul 16 03:46:48 2001
--- emacs/lisp/textmodes/reftex-global.el       Sat Dec 29 19:54:46 2001
***************
*** 81,89 ****
      (tags-search regexp (list 'reftex-all-document-files))))
  
  (defun reftex-query-replace-document (&optional from to delimited)
!   "Run a query-replace-regexp of FROM with TO over the entire document.
  Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
! If you exit (\\[keyboard-quit] or ESC), you can resume the query replace
  with the command \\[tags-loop-continue].
  No active TAGS table is required."
    (interactive)
--- 81,89 ----
      (tags-search regexp (list 'reftex-all-document-files))))
  
  (defun reftex-query-replace-document (&optional from to delimited)
!   "Do `query-replace-regexp' of FROM with TO over the entire document.
  Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
! If you exit (\\[keyboard-quit], RET or q), you can resume the query replace
  with the command \\[tags-loop-continue].
  No active TAGS table is required."
    (interactive)
***************
*** 157,165 ****
        (message "Document does not contain duplicate labels."))))
  
  (defun reftex-change-label (&optional from to)
!   "Query replace FROM with TO in all \\label and \\ref commands.
  Works on the entire multifile document.
! If you exit (\\[keyboard-quit] or ESC), you can resume the query replace
  with the command \\[tags-loop-continue].
  No active TAGS table is required."
    (interactive)
--- 157,165 ----
        (message "Document does not contain duplicate labels."))))
  
  (defun reftex-change-label (&optional from to)
!   "Run `query-replace-regexp' of FROM with TO in all \\label and \\ref 
commands.
  Works on the entire multifile document.
! If you exit (\\[keyboard-quit], RET or q), you can resume the query replace
  with the command \\[tags-loop-continue].
  No active TAGS table is required."
    (interactive)



reply via email to

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