diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/keyboard.h b/src/keyboard.h index 34011b07757..d9cc41f6ba1 100644 --- a/src/keyboard.h +++ b/src/keyboard.h | |||
| @@ -59,7 +59,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 59 | from the current KBOARD. If events come from other KBOARDs, they | 59 | from the current KBOARD. If events come from other KBOARDs, they |
| 60 | are put aside for later in the KBOARDs' kbd_queue lists. | 60 | are put aside for later in the KBOARDs' kbd_queue lists. |
| 61 | The flag kbd_queue_has_data in a KBOARD is 1 if this has happened. | 61 | The flag kbd_queue_has_data in a KBOARD is 1 if this has happened. |
| 62 | When Emacs goes back to the any-kboard state, it looks at all the KBOARDS | 62 | When Emacs goes back to the any-kboard state, it looks at all the KBOARDs |
| 63 | to find those; and it tries processing their input right away. */ | 63 | to find those; and it tries processing their input right away. */ |
| 64 | 64 | ||
| 65 | typedef struct kboard KBOARD; | 65 | typedef struct kboard KBOARD; |
| @@ -222,7 +222,7 @@ extern Lisp_Object item_properties; | |||
| 222 | #define ITEM_PROPERTY_ITEM 0 | 222 | #define ITEM_PROPERTY_ITEM 0 |
| 223 | /* The item string. */ | 223 | /* The item string. */ |
| 224 | #define ITEM_PROPERTY_NAME 1 | 224 | #define ITEM_PROPERTY_NAME 1 |
| 225 | /* Start of initilize to nil */ | 225 | /* Start of initialize to nil */ |
| 226 | /* The binding: nil, a command or a keymap. */ | 226 | /* The binding: nil, a command or a keymap. */ |
| 227 | #define ITEM_PROPERTY_DEF 2 | 227 | #define ITEM_PROPERTY_DEF 2 |
| 228 | /* The keymap if the binding is a keymap, otherwise nil. */ | 228 | /* The keymap if the binding is a keymap, otherwise nil. */ |
| @@ -235,7 +235,7 @@ extern Lisp_Object item_properties; | |||
| 235 | #define ITEM_PROPERTY_SELECTED 6 | 235 | #define ITEM_PROPERTY_SELECTED 6 |
| 236 | /* Place for a help string. Not yet used. */ | 236 | /* Place for a help string. Not yet used. */ |
| 237 | #define ITEM_PROPERTY_HELP 7 | 237 | #define ITEM_PROPERTY_HELP 7 |
| 238 | /* Start of initilize to t */ | 238 | /* Start of initialize to t */ |
| 239 | /* Last property. */ | 239 | /* Last property. */ |
| 240 | /* Not nil if item is enabled. */ | 240 | /* Not nil if item is enabled. */ |
| 241 | #define ITEM_PROPERTY_ENABLE 8 | 241 | #define ITEM_PROPERTY_ENABLE 8 |