From 3440d80e12f46a6d907f8a08bbaec09f7711410d Mon Sep 17 00:00:00 2001 From: Xue Fuqiao Date: Tue, 29 Oct 2013 22:15:52 +0800 Subject: [PATCH] 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. --- doc/lispref/ChangeLog | 1 + doc/lispref/display.texi | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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}. -- 2.11.4.GIT