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 c6091a6..5ba773e 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 2e8d10d..d3adc03 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