summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2019-06-09 05:02:39 +0200
committerEli Zaretskii <eliz@gnu.org>2019-06-09 09:22:56 +0300
commit4cc4b5d6d7b4990f9a51b14126a7f7aa30ad6101 (patch)
treefadc9256facdef9503397356cd3d53990a152a99
parentb58ecafcdc8e13537b21860a222d13c73c851e7c (diff)
downloademacs-4cc4b5d6d7b4990f9a51b14126a7f7aa30ad6101.tar.gz
; * src/keyboard.c (tool_bar_items): Fix a typo. (Bug#36143)
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 282eac72b92..aa3448439b4 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -8035,7 +8035,7 @@ tool_bar_items (Lisp_Object reuse, int *nitems)
{
/* No, so use major and minor mode keymaps and keymap property.
Note that tool-bar bindings in the local-map and keymap
- properties may not work reliable, as they are only
+ properties may not work reliably, as they are only
recognized when the tool-bar (or mode-line) is updated,
which does not normally happen after every command. */
ptrdiff_t nminor = current_minor_maps (NULL, &tmaps);