aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/keymaps.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi
index 95f798c21d4..e5cca0622a9 100644
--- a/doc/lispref/keymaps.texi
+++ b/doc/lispref/keymaps.texi
@@ -2318,7 +2318,7 @@ The various toolkits with which you can build Emacs do not all support
2318the same set of features for menus. Some code works as expected with 2318the same set of features for menus. Some code works as expected with
2319one toolkit, but not under another. 2319one toolkit, but not under another.
2320 2320
2321For example: menu actions or buttons in a top-level menu-bar. The 2321One example is menu actions or buttons in a top-level menu-bar. The
2322following works with the Lucid toolkit or on MS Windows, but not with 2322following works with the Lucid toolkit or on MS Windows, but not with
2323GTK or Nextstep, where clicking on the item has no effect. 2323GTK or Nextstep, where clicking on the item has no effect.
2324 2324