]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/keyboard.c (tool_bar_items): Fix a typo. (Bug#36143)
authorStefan Kangas <stefankangas@gmail.com>
Sun, 9 Jun 2019 03:02:39 +0000 (05:02 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 9 Jun 2019 06:22:56 +0000 (09:22 +0300)
src/keyboard.c

index 282eac72b922c837800155f3eabd7825d82ebdcb..aa3448439b429e264c800f079175b700163073c2 100644 (file)
@@ -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);