]> git.eshelyaron.com Git - emacs.git/commitdiff
Use @code instead of @var for a normal variable, since @var should
authorXue Fuqiao <xfq.free@gmail.com>
Tue, 29 Oct 2013 10:52:03 +0000 (18:52 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Tue, 29 Oct 2013 10:52:03 +0000 (18:52 +0800)
indicate metasyntactic variables.

doc/lispref/ChangeLog
doc/lispref/display.texi

index c6091a6a38fbf1ebff655384b5555fcee346396d..5ba773e712f1dc3de6d7e344250e72a12f4a23b0 100644 (file)
@@ -1,6 +1,7 @@
 2013-10-29  Xue Fuqiao  <xfq.free@gmail.com>
 
-       * display.texi (Showing Images): Add an index for image-size.
+       * display.texi (Showing Images): Add an index for image-size.  Use
+       @code instead of @var for a normal variable.
 
 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
 
index 2e8d10dc5d91697f1949c703534345f8be087cd6..d3adc034e66a099797ce6f4e28b5974501af2d80 100644 (file)
@@ -4994,7 +4994,7 @@ The purpose of this variable is to prevent unreasonably large images
 from accidentally being loaded into Emacs.  It only takes effect the
 first time an image is loaded.  Once an image is placed in the image
 cache, it can always be displayed, even if the value of
-@var{max-image-size} is subsequently changed (@pxref{Image Cache}).
+@code{max-image-size} is subsequently changed (@pxref{Image Cache}).
 @end defvar
 
 @node Multi-Frame Images