diff options
| author | Lars Ingebrigtsen | 2016-04-30 18:46:58 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-05-01 19:27:13 +0200 |
| commit | ff834ffe06e858c6d511419b5f030ef091f83032 (patch) | |
| tree | f9ab7edf8ec3eea55f0e2e03ca900ee055ca1691 | |
| parent | 93598ff382725e07511fb62b4b4bc9b49bd9d834 (diff) | |
| download | emacs-ff834ffe06e858c6d511419b5f030ef091f83032.tar.gz emacs-ff834ffe06e858c6d511419b5f030ef091f83032.zip | |
Add a link from Tool Bar to Images
* doc/lispref/keymaps.texi (Tool Bar): Add a link to the
Images node (bug#19722).
(cherry picked from commit da5d0786163a91400eced4fddba4a92b652458d1)
| -rw-r--r-- | doc/lispref/keymaps.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi index 0ea30283d7d..61ac80c589c 100644 --- a/doc/lispref/keymaps.texi +++ b/doc/lispref/keymaps.texi | |||
| @@ -2605,8 +2605,8 @@ this is how you specify the image to display in the tool bar: | |||
| 2605 | 2605 | ||
| 2606 | @table @code | 2606 | @table @code |
| 2607 | @item :image @var{image} | 2607 | @item :image @var{image} |
| 2608 | @var{images} is either a single image specification or a vector of four | 2608 | @var{image} is either a single image specification (@pxref{Images}) or |
| 2609 | image specifications. If you use a vector of four, | 2609 | a vector of four image specifications. If you use a vector of four, |
| 2610 | one of them is used, depending on circumstances: | 2610 | one of them is used, depending on circumstances: |
| 2611 | 2611 | ||
| 2612 | @table @asis | 2612 | @table @asis |