aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorEric S. Raymond <[email protected]>1992-05-30 21:11:25 +0000
committerEric S. Raymond <[email protected]>1992-05-30 21:11:25 +0000
commitc88ab9ce4a0dbacb1f5bd272c1e7419f1e0f4b9d (patch)
tree0dddeeff29c5a9f505aa940c413efc05d73964a6 /lisp/replace.el
parentd501f51645d966e8fe2febba698779996b33eb21 (diff)
*** empty log message ***
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el
index e8e81bff33..6f8601dfd8 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -1,4 +1,5 @@
-;; Replace commands for Emacs.
+;;; replace.el --- replace commands for Emacs.
+
;; Copyright (C) 1985-1991 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
@@ -531,3 +532,4 @@ before rotating to the next."
(perform-replace regexp replacements t t nil arg))
(message "Done"))
+;;; replace.el ends here