mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-23 10:34:07 +00:00
* lisp/image.el (image-load-path): Doc fix.
This commit is contained in:
parent
18c9f8a224
commit
7a4bc7be95
@ -1,6 +1,7 @@
|
||||
2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
|
||||
|
||||
* image.el (defimage): Doc fix.
|
||||
* image.el (defimage):
|
||||
(image-load-path): Doc fixes.
|
||||
|
||||
2013-10-27 Alan Mackenzie <acm@muc.de>
|
||||
|
||||
|
@ -115,7 +115,9 @@ If an element is a string, it defines a directory to search.
|
||||
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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user