aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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