aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-04-30 18:46:58 +0200
committerLars Ingebrigtsen2016-05-01 19:27:13 +0200
commitff834ffe06e858c6d511419b5f030ef091f83032 (patch)
treef9ab7edf8ec3eea55f0e2e03ca900ee055ca1691
parent93598ff382725e07511fb62b4b4bc9b49bd9d834 (diff)
downloademacs-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.texi4
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
2609image specifications. If you use a vector of four, 2609a vector of four image specifications. If you use a vector of four,
2610one of them is used, depending on circumstances: 2610one of them is used, depending on circumstances:
2611 2611
2612@table @asis 2612@table @asis