emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 c3b3b90 61/64: normal-top-level-add-subdirs-to-lo


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] emacs-25 c3b3b90 61/64: normal-top-level-add-subdirs-to-load-path doc fix
Date: Sun, 01 May 2016 18:18:43 +0000

branch: emacs-25
commit c3b3b90ac08c3d20adcbe7577622e97a9797114c
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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 28aaa6d20586e3330a23b017a65e56dd6461c003)
---
 lisp/startup.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/startup.el b/lisp/startup.el
index 536289c..761e69e 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'."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]