aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-04-30 18:46:58 +0200
committerLars Ingebrigtsen2016-04-30 18:49:12 +0200
commitda5d0786163a91400eced4fddba4a92b652458d1 (patch)
treeefa7de7fd46ded335e3f4b9f6b0a6e8cce5be4dd
parent01cdbcf8347f5c4a48b231abd497c9e6060e4545 (diff)
downloademacs-da5d0786163a91400eced4fddba4a92b652458d1.tar.gz
emacs-da5d0786163a91400eced4fddba4a92b652458d1.zip
Add a link from Tool Bar to Images
* doc/lispref/keymaps.texi (Tool Bar): Add a link to the Images node (bug#19722).
-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