diff options
| author | Lars Ingebrigtsen | 2016-05-01 00:26:00 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-05-01 00:26:00 +0200 |
| commit | 28aaa6d20586e3330a23b017a65e56dd6461c003 (patch) | |
| tree | 021ac1610ad1dd3b323f9e545545852feeddb269 | |
| parent | cafc2a5940cdc523cfea6dcf1cf540f48367c62a (diff) | |
| download | emacs-28aaa6d20586e3330a23b017a65e56dd6461c003.tar.gz emacs-28aaa6d20586e3330a23b017a65e56dd6461c003.zip | |
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).
| -rw-r--r-- | lisp/startup.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 439 | :initialize #'custom-initialize-delay) | 439 | :initialize #'custom-initialize-delay) |
| 440 | 440 | ||
| 441 | (defun normal-top-level-add-subdirs-to-load-path () | 441 | (defun normal-top-level-add-subdirs-to-load-path () |
| 442 | "Add all subdirectories of `default-directory' to `load-path'. | 442 | "Recursively add all subdirectories of `default-directory' to `load-path'. |
| 443 | More precisely, this uses only the subdirectories whose names | 443 | More precisely, this uses only the subdirectories whose names |
| 444 | start with letters or digits; it excludes any subdirectory named `RCS' | 444 | start with letters or digits; it excludes any subdirectory named `RCS' |
| 445 | or `CVS', and any subdirectory that contains a file named `.nosearch'." | 445 | or `CVS', and any subdirectory that contains a file named `.nosearch'." |