diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 1 | ||||
| -rw-r--r-- | doc/lispref/display.texi | 2 |
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 | ||
| 7 | 2013-10-27 Xue Fuqiao <xfq.free@gmail.com> | 8 | 2013-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 | ||
| 5395 | If the button has a non-@code{nil} @code{follow-link} property, and | 5395 | If 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 |
| 5397 | will also activate the @code{push-button} command. | 5397 | will also activate the @code{push-button} command. |
| 5398 | @xref{Clickable Text}. | 5398 | @xref{Clickable Text}. |
| 5399 | 5399 | ||