* startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix (Bug#9274).

This commit is contained in:
Chong Yidong 2011-08-20 15:30:53 -04:00
parent 826cee649d
commit 04ed2e9c6a
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2011-08-20 Chong Yidong <cyd@stupidchicken.com>
* startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
(Bug#9274).
2011-08-20 Alan Mackenzie <acm@muc.de>
* Fontify CPP expressions correctly when starting in the middle of

View file

@ -409,7 +409,7 @@ The regexp should not contain a starting \"\\`\" or a trailing
\"\\'\"; those are added automatically by callers.")
(defun normal-top-level-add-subdirs-to-load-path ()
"Add all subdirectories of current directory to `load-path'.
"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'."