diff options
| author | Richard M. Stallman | 1994-03-14 06:15:30 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-03-14 06:15:30 +0000 |
| commit | a1ba17616db0131c4e7d7eca746532fe03b86620 (patch) | |
| tree | b3510836831f5fc03d603cf12b455d042f9bb21c | |
| parent | 9c28748f65118e5a3f750bb871f832adeb7ea4da (diff) | |
| download | emacs-a1ba17616db0131c4e7d7eca746532fe03b86620.tar.gz emacs-a1ba17616db0131c4e7d7eca746532fe03b86620.zip | |
Comment change.
| -rw-r--r-- | lisp/apropos.el | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lisp/apropos.el b/lisp/apropos.el index e73cbe8ae36..53bbe1673b7 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el | |||
| @@ -50,16 +50,6 @@ | |||
| 50 | Makes them run 2 or 3 times slower. Set this non-nil if you have a fast | 50 | Makes them run 2 or 3 times slower. Set this non-nil if you have a fast |
| 51 | machine.") | 51 | machine.") |
| 52 | 52 | ||
| 53 | ;; If there isn't already a lisp variable named internal-doc-file-name, create | ||
| 54 | ;; it and document it. This is so the code will work right after RMS adds | ||
| 55 | ;; internal-doc-file-name. | ||
| 56 | ;(or (boundp 'internal-doc-file-name) | ||
| 57 | ; (setq internal-doc-file-name (concat data-directory "DOC"))) | ||
| 58 | ;(or (documentation-property 'internal-doc-file-name 'variable-documentation) | ||
| 59 | ; (put 'internal-doc-file-name 'variable-documentation | ||
| 60 | ; "The complete pathname of the documentation file that contains all | ||
| 61 | ;documentation for functions and variables defined before Emacs is dumped.")) | ||
| 62 | |||
| 63 | ;;;###autoload | 53 | ;;;###autoload |
| 64 | (defun apropos (regexp &optional do-all pred) | 54 | (defun apropos (regexp &optional do-all pred) |
| 65 | "Show all symbols whose names contain matches for REGEXP. | 55 | "Show all symbols whose names contain matches for REGEXP. |