summaryrefslogtreecommitdiff
path: root/lisp/replace.el
diff options
context:
space:
mode:
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 e8e81bff333..6f8601dfd8f 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