diff lisp/replace.el @ 658:7cbd4fcd8b0f

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 21:11:25 +0000
parents 133f1a8cc567
children a8d94735277e
line wrap: on
line diff
--- a/lisp/replace.el	Sat May 30 20:24:49 1992 +0000
+++ b/lisp/replace.el	Sat May 30 21:11:25 1992 +0000
@@ -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 @@
     (perform-replace regexp replacements t t nil arg))
   (message "Done"))
 
+;;; replace.el ends here