aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/apropos.el10
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 @@
50Makes them run 2 or 3 times slower. Set this non-nil if you have a fast 50Makes them run 2 or 3 times slower. Set this non-nil if you have a fast
51machine.") 51machine.")
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.