Mercurial > emacs
changeset 6329:a8922d5bcb06
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 14 Mar 1994 06:15:30 +0000 |
parents | e97a1cc44be8 |
children | 3badf836d51d |
files | lisp/apropos.el |
diffstat | 1 files changed, 0 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- 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.