From: Xue Fuqiao Date: Tue, 29 Oct 2013 14:15:52 +0000 (+0800) Subject: Use @code instead of @var for a normal variable. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1089 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3440d80e12f46a6d907f8a08bbaec09f7711410d;p=emacs.git Use @code instead of @var for a normal variable. * doc/lispref/display.texi (Button Buffer Commands): Use @code instead of @var for a normal variable. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index abb0ebf64bc..dc3358dd8c6 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -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 diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 1194e26bdfc..9b07a92bf6f 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -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}.