emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105505: * startup.el (normal-top-lev


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105505: * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix (Bug#9274).
Date: Sat, 20 Aug 2011 15:30:53 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105505
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sat 2011-08-20 15:30:53 -0400
message:
  * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix (Bug#9274).
modified:
  lisp/ChangeLog
  lisp/startup.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-08-20 14:54:21 +0000
+++ b/lisp/ChangeLog    2011-08-20 19:30:53 +0000
@@ -1,3 +1,8 @@
+2011-08-20  Chong Yidong  <address@hidden>
+
+       * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
+       (Bug#9274).
+
 2011-08-20  Alan Mackenzie  <address@hidden>
 
        * Fontify CPP expressions correctly when starting in the middle of

=== modified file 'lisp/startup.el'
--- a/lisp/startup.el   2011-08-12 20:45:45 +0000
+++ b/lisp/startup.el   2011-08-20 19:30:53 +0000
@@ -409,7 +409,7 @@
  \"\\'\"; 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'."


reply via email to

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