diff options
| -rw-r--r-- | doc/lispref/keymaps.texi | 2 |
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 | |||
| 2318 | the same set of features for menus. Some code works as expected with | 2318 | the same set of features for menus. Some code works as expected with |
| 2319 | one toolkit, but not under another. | 2319 | one toolkit, but not under another. |
| 2320 | 2320 | ||
| 2321 | For example: menu actions or buttons in a top-level menu-bar. The | 2321 | One example is menu actions or buttons in a top-level menu-bar. The |
| 2322 | following works with the Lucid toolkit or on MS Windows, but not with | 2322 | following works with the Lucid toolkit or on MS Windows, but not with |
| 2323 | GTK or Nextstep, where clicking on the item has no effect. | 2323 | GTK or Nextstep, where clicking on the item has no effect. |
| 2324 | 2324 | ||