From: Lars Ingebrigtsen Date: Sat, 30 Apr 2016 22:26:00 +0000 (+0200) Subject: normal-top-level-add-subdirs-to-load-path doc fix X-Git-Tag: emacs-26.0.90~2046 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=28aaa6d20586e3330a23b017a65e56dd6461c003;p=emacs.git 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). --- diff --git a/lisp/startup.el b/lisp/startup.el index 536289c3891..761e69e03b1 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -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'."