aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXue Fuqiao2013-10-29 22:15:52 +0800
committerXue Fuqiao2013-10-29 22:15:52 +0800
commit3440d80e12f46a6d907f8a08bbaec09f7711410d (patch)
treed1c138e8f667fc759e02a914f10a01f6021b69b6
parent0bdb7b45fcfd554b278a1412eedc360e591e6e72 (diff)
downloademacs-3440d80e12f46a6d907f8a08bbaec09f7711410d.tar.gz
emacs-3440d80e12f46a6d907f8a08bbaec09f7711410d.zip
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.
-rw-r--r--doc/lispref/ChangeLog1
-rw-r--r--doc/lispref/display.texi2
2 files changed, 2 insertions, 1 deletions
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 @@
3 * display.texi (Showing Images): Add an index for image-size. 3 * display.texi (Showing Images): Add an index for image-size.
4 Use @code instead of @var for a normal variable. 4 Use @code instead of @var for a normal variable.
5 (Multi-Frame Images): Improve indexing. 5 (Multi-Frame Images): Improve indexing.
6 (Button Buffer Commands): Use @code instead of @var for a normal variable.
6 7
72013-10-27 Xue Fuqiao <xfq.free@gmail.com> 82013-10-27 Xue Fuqiao <xfq.free@gmail.com>
8 9
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
5393@code{button-buffer-map} as a parent keymap for its keymap. 5393@code{button-buffer-map} as a parent keymap for its keymap.
5394 5394
5395If the button has a non-@code{nil} @code{follow-link} property, and 5395If the button has a non-@code{nil} @code{follow-link} property, and
5396@var{mouse-1-click-follows-link} is set, a quick @key{Mouse-1} click 5396@code{mouse-1-click-follows-link} is set, a quick @key{Mouse-1} click
5397will also activate the @code{push-button} command. 5397will also activate the @code{push-button} command.
5398@xref{Clickable Text}. 5398@xref{Clickable Text}.
5399 5399