diff lisp/apropos.el @ 662:8a533acedb77

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 23:54:21 +0000
parents 4cec2e6d4f9e
children 4f28bd14272c
line wrap: on
line diff
--- a/lisp/apropos.el	Sat May 30 23:52:26 1992 +0000
+++ b/lisp/apropos.el	Sat May 30 23:54:21 1992 +0000
@@ -1,4 +1,5 @@
-;; Faster apropos commands.
+;;; apropos.el --- faster apropos commands.
+
 ;; Copyright (C) 1989 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -321,3 +322,4 @@
       nil
     symbol))
 
+;;; apropos.el ends here