emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114827: * lisp/image.el (defimage): Doc fix.


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r114827: * lisp/image.el (defimage): Doc fix.
Date: Sun, 27 Oct 2013 22:53:57 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114827
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Mon 2013-10-28 06:53:48 +0800
message:
  * lisp/image.el (defimage): Doc fix.
modified:
  doc/lispref/display.texi       
display.texi-20091113204419-o5vbwnq5f7feedwu-6172
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/image.el                  image.el-20091113204419-o5vbwnq5f7feedwu-1320
=== modified file 'doc/lispref/display.texi'
--- a/doc/lispref/display.texi  2013-10-27 14:12:16 +0000
+++ b/doc/lispref/display.texi  2013-10-27 22:53:48 +0000
@@ -4781,6 +4781,7 @@
 The remaining arguments, @var{props}, specify additional image
 properties---for example,
 
address@hidden ‘:heuristic-mask’ is not documented?
 @example
 (create-image "foo.xpm" 'xpm nil :heuristic-mask t)
 @end example

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-10-27 21:24:17 +0000
+++ b/lisp/ChangeLog    2013-10-27 22:53:48 +0000
@@ -1,3 +1,7 @@
+2013-10-27  Xue Fuqiao  <address@hidden>
+
+       * image.el (defimage): Doc fix.
+
 2013-10-27  Alan Mackenzie  <address@hidden>
 
        Indent statements in macros following "##" correctly.

=== modified file 'lisp/image.el'
--- a/lisp/image.el     2013-09-18 04:26:19 +0000
+++ b/lisp/image.el     2013-10-27 22:53:48 +0000
@@ -591,7 +591,7 @@
 
 ;;;###autoload
 (defmacro defimage (symbol specs &optional doc)
-  "Define SYMBOL as an image.
+  "Define SYMBOL as an image, and return SYMBOL.
 
 SPECS is a list of image specifications.  DOC is an optional
 documentation string.


reply via email to

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