diff lisp/abbrev.el @ 662:8a533acedb77

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 23:54:21 +0000
parents cb75ab565260
children a8d94735277e
line wrap: on
line diff
--- a/lisp/abbrev.el	Sat May 30 23:52:26 1992 +0000
+++ b/lisp/abbrev.el	Sat May 30 23:54:21 1992 +0000
@@ -1,4 +1,4 @@
-;; Abbrev mode commands for Emacs
+;;; abbrev.el --- abbrev mode commands for Emacs
 
 ;; Copyright (C) 1985-1991 Free Software Foundation, Inc.
 
@@ -287,3 +287,5 @@
 		    pnt)))
 	    (if (or noquery (y-or-n-p (format "Expand `%s'? " string)))
 		(expand-abbrev)))))))
+
+;;; abbrev.el ends here