diff options
| author | Paul Eggert | 2011-11-11 02:04:08 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-11 02:04:08 -0800 |
| commit | dbdb703130b27983c3848d2a10aa44bc5aa6526e (patch) | |
| tree | f9b645258d91fbce2d3eb24caa3416af57d22894 /src/keyboard.c | |
| parent | 54f9154ca1ee7cf4ebe8995dae26e945a2817801 (diff) | |
| download | emacs-dbdb703130b27983c3848d2a10aa44bc5aa6526e.tar.gz emacs-dbdb703130b27983c3848d2a10aa44bc5aa6526e.zip | |
Spelling fixes.
Diffstat (limited to 'src/keyboard.c')
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 11c37d14f64..f8c31af3fbe 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -8133,7 +8133,7 @@ parse_tool_bar_item (Lisp_Object key, Lisp_Object item) | |||
| 8133 | Lisp_Object caption; | 8133 | Lisp_Object caption; |
| 8134 | int i, have_label = 0; | 8134 | int i, have_label = 0; |
| 8135 | 8135 | ||
| 8136 | /* Defininition looks like `(menu-item CAPTION BINDING PROPS...)'. | 8136 | /* Definition looks like `(menu-item CAPTION BINDING PROPS...)'. |
| 8137 | Rule out items that aren't lists, don't start with | 8137 | Rule out items that aren't lists, don't start with |
| 8138 | `menu-item' or whose rest following `tool-bar-item' is not a | 8138 | `menu-item' or whose rest following `tool-bar-item' is not a |
| 8139 | list. */ | 8139 | list. */ |