mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 22:07:36 +00:00
* startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix (Bug#9274).
This commit is contained in:
parent
826cee649d
commit
04ed2e9c6a
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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'."
|
||||
|
|
|
|||
Loading…
Reference in a new issue