aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorRoland McGrath1991-05-11 18:07:11 +0000
committerRoland McGrath1991-05-11 18:07:11 +0000
commit77176e738857197923e3083803d0eff7a8b0dfd6 (patch)
tree4ee83e653660377f1a5669e6c9f35006e8dae005 /lisp/replace.el
parent483e630e5dfea92edb1413bb95a8001c94ffe43a (diff)
downloademacs-77176e738857197923e3083803d0eff7a8b0dfd6.tar.gz
emacs-77176e738857197923e3083803d0eff7a8b0dfd6.zip
*** empty log message ***
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el
index b1aab56bbe9..c32abcefc06 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -1,5 +1,5 @@
1;; Replace commands for Emacs. 1;; Replace commands for Emacs.
2;; Copyright (C) 1985, 1986 Free Software Foundation, Inc. 2;; Copyright (C) 1985-1991 Free Software Foundation, Inc.
3 3
4;; This file is part of GNU Emacs. 4;; This file is part of GNU Emacs.
5 5
@@ -18,6 +18,9 @@
18;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 18;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
19 19
20 20
21;;;###autoload (defconst case-replace t "\
22;;;###autoload *Non-nil means query-replace should preserve case in replacements.")
23
21;;;###autoload 24;;;###autoload
22(defun query-replace (from-string to-string &optional arg) 25(defun query-replace (from-string to-string &optional arg)
23 "Replace some occurrences of FROM-STRING with TO-STRING. 26 "Replace some occurrences of FROM-STRING with TO-STRING.