normal-top-level-add-subdirs-to-load-path doc fix

* lisp/startup.el (normal-top-level-add-subdirs-to-load-path):
Doc fix (bug#21962).

(cherry picked from commit 28aaa6d205)
This commit is contained in:
Lars Ingebrigtsen 2016-05-01 00:26:00 +02:00
parent 9f27bcf21a
commit c3b3b90ac0

View file

@ -439,7 +439,7 @@ Warning Warning!!! Pure space overflow !!!Warning Warning
:initialize #'custom-initialize-delay)
(defun normal-top-level-add-subdirs-to-load-path ()
"Add all subdirectories of `default-directory' to `load-path'.
"Recursively add all subdirectories of `default-directory' to `load-path'.
More precisely, this uses only the subdirectories whose names
start with letters or digits; it excludes any subdirectory named `RCS'
or `CVS', and any subdirectory that contains a file named `.nosearch'."