diff options
| author | Xue Fuqiao | 2013-10-29 22:15:52 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-10-29 22:15:52 +0800 |
| commit | 3440d80e12f46a6d907f8a08bbaec09f7711410d (patch) | |
| tree | d1c138e8f667fc759e02a914f10a01f6021b69b6 | |
| parent | 0bdb7b45fcfd554b278a1412eedc360e591e6e72 (diff) | |
| download | emacs-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/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 | ||