]> code.delx.au - gnu-emacs/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Mon, 14 Mar 1994 06:15:30 +0000 (06:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 14 Mar 1994 06:15:30 +0000 (06:15 +0000)
lisp/apropos.el

index e73cbe8ae36c8f0ea21d45e522e1c19c51e8a47c..53bbe1673b71f57a67bb0084af521cfb16467270 100644 (file)
 Makes them run 2 or 3 times slower.  Set this non-nil if you have a fast
 machine.")
 
-;; If there isn't already a lisp variable named internal-doc-file-name, create
-;; it and document it.  This is so the code will work right after RMS adds
-;; internal-doc-file-name.
-;(or (boundp 'internal-doc-file-name)
-;    (setq internal-doc-file-name (concat data-directory "DOC")))
-;(or (documentation-property 'internal-doc-file-name 'variable-documentation)
-;    (put 'internal-doc-file-name 'variable-documentation
-;       "The complete pathname of the documentation file that contains all
-;documentation for functions and variables defined before Emacs is dumped."))
-
 ;;;###autoload
 (defun apropos (regexp &optional do-all pred)
   "Show all symbols whose names contain matches for REGEXP.