mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-12 02:40:34 -08:00
Use @code instead of @var for a normal variable, since @var should
indicate metasyntactic variables.
This commit is contained in:
parent
81cf3b079a
commit
64ba53a23c
2 changed files with 3 additions and 2 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue