/[emacs]/emacs/lisp/textmodes/reftex-global.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/reftex-global.el

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

revision 1.10 by pj, Mon Jul 16 07:46:48 2001 UTC revision 1.11 by rms, Sun Dec 30 00:54:46 2001 UTC
# Line 81  No active TAGS table is required." Line 81  No active TAGS table is required."
81      (tags-search regexp (list 'reftex-all-document-files))))      (tags-search regexp (list 'reftex-all-document-files))))
82    
83  (defun reftex-query-replace-document (&optional from to delimited)  (defun reftex-query-replace-document (&optional from to delimited)
84    "Run a query-replace-regexp of FROM with TO over the entire document.    "Do `query-replace-regexp' of FROM with TO over the entire document.
85  Third arg DELIMITED (prefix arg) means replace only word-delimited matches.  Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
86  If you exit (\\[keyboard-quit] or ESC), you can resume the query replace  If you exit (\\[keyboard-quit], RET or q), you can resume the query replace
87  with the command \\[tags-loop-continue].  with the command \\[tags-loop-continue].
88  No active TAGS table is required."  No active TAGS table is required."
89    (interactive)    (interactive)
# Line 157  No active TAGS table is required." Line 157  No active TAGS table is required."
157        (message "Document does not contain duplicate labels."))))        (message "Document does not contain duplicate labels."))))
158    
159  (defun reftex-change-label (&optional from to)  (defun reftex-change-label (&optional from to)
160    "Query replace FROM with TO in all \\label and \\ref commands.    "Run `query-replace-regexp' of FROM with TO in all \\label and \\ref commands.
161  Works on the entire multifile document.  Works on the entire multifile document.
162  If you exit (\\[keyboard-quit] or ESC), you can resume the query replace  If you exit (\\[keyboard-quit], RET or q), you can resume the query replace
163  with the command \\[tags-loop-continue].  with the command \\[tags-loop-continue].
164  No active TAGS table is required."  No active TAGS table is required."
165    (interactive)    (interactive)

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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