]> code.delx.au - gnu-emacs/commitdiff
Use @code instead of @var for a normal variable.
authorXue Fuqiao <xfq.free@gmail.com>
Tue, 29 Oct 2013 14:15:52 +0000 (22:15 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Tue, 29 Oct 2013 14:15:52 +0000 (22:15 +0800)
* doc/lispref/display.texi (Button Buffer Commands): Use @code instead
  of @var for a normal variable.

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

index abb0ebf64bcae4c76ed9397fb9c519656db1be27..dc3358dd8c6c62d15a0d94cf5e18560bbc3c623d 100644 (file)
@@ -3,6 +3,7 @@
        * display.texi (Showing Images): Add an index for image-size.
        Use @code instead of @var for a normal variable.
        (Multi-Frame Images): Improve indexing.
+       (Button Buffer Commands): Use @code instead of @var for a normal variable.
 
 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
 
index 1194e26bdfc2f42c986cb969f7f7f9983e880534..9b07a92bf6f1b9ec9dc2641f90cc380476c7aa35 100644 (file)
@@ -5393,7 +5393,7 @@ additionally available in the keymap stored in
 @code{button-buffer-map} as a parent keymap for its keymap.
 
 If the button has a non-@code{nil} @code{follow-link} property, and
-@var{mouse-1-click-follows-link} is set, a quick @key{Mouse-1} click
+@code{mouse-1-click-follows-link} is set, a quick @key{Mouse-1} click
 will also activate the @code{push-button} command.
 @xref{Clickable Text}.