From: Richard M. Stallman Date: Mon, 14 Mar 1994 06:15:30 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-19.34~9523 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/a1ba17616db0131c4e7d7eca746532fe03b86620 Comment change. --- diff --git a/lisp/apropos.el b/lisp/apropos.el index e73cbe8ae3..53bbe1673b 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el @@ -50,16 +50,6 @@ 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.