emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114828: * lisp/image.el (image-load-path): Doc fix.


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r114828: * lisp/image.el (image-load-path): Doc fix.
Date: Sun, 27 Oct 2013 23:04:23 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114828
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Mon 2013-10-28 07:04:16 +0800
message:
  * lisp/image.el (image-load-path): Doc fix.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/image.el                  image.el-20091113204419-o5vbwnq5f7feedwu-1320
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-10-27 22:53:48 +0000
+++ b/lisp/ChangeLog    2013-10-27 23:04:16 +0000
@@ -1,6 +1,7 @@
 2013-10-27  Xue Fuqiao  <address@hidden>
 
-       * image.el (defimage): Doc fix.
+       * image.el (defimage):
+       (image-load-path): Doc fixes.
 
 2013-10-27  Alan Mackenzie  <address@hidden>
 

=== modified file 'lisp/image.el'
--- a/lisp/image.el     2013-10-27 22:53:48 +0000
+++ b/lisp/image.el     2013-10-27 23:04:16 +0000
@@ -115,7 +115,9 @@
 If an element is a variable symbol whose value is a string, that
 value defines a directory to search.
 If an element is a variable symbol whose value is a list, the
-value is used as a list of directories to search."
+value is used as a list of directories to search.
+
+Subdirectories are not automatically included in the search."
   :type '(repeat (choice directory variable))
   :initialize 'custom-initialize-delay)
 


reply via email to

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