# HG changeset patch # User Richard M. Stallman # Date 763625730 0 # Node ID a8922d5bcb06f6a9787b639e85173e9b271a1c05 # Parent e97a1cc44be8aa832170abc1261d70a6d0ab5633 Comment change. diff -r e97a1cc44be8 -r a8922d5bcb06 lisp/apropos.el --- a/lisp/apropos.el Mon Mar 14 01:29:37 1994 +0000 +++ b/lisp/apropos.el Mon Mar 14 06:15:30 1994 +0000 @@ -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.