diff options
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 79223116b2f..50b2ade8ee4 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -12168,7 +12168,7 @@ whenever `deferred-action-list' is non-nil. */); | |||
| 12168 | Vdeferred_action_function = Qnil; | 12168 | Vdeferred_action_function = Qnil; |
| 12169 | 12169 | ||
| 12170 | DEFVAR_LISP ("delayed-warnings-list", Vdelayed_warnings_list, | 12170 | DEFVAR_LISP ("delayed-warnings-list", Vdelayed_warnings_list, |
| 12171 | doc: /* List of warnings to be displayed as soon as possible. | 12171 | doc: /* List of warnings to be displayed after this command. |
| 12172 | Each element must be a list (TYPE MESSAGE [LEVEL [BUFFER-NAME]]), | 12172 | Each element must be a list (TYPE MESSAGE [LEVEL [BUFFER-NAME]]), |
| 12173 | as per the args of `display-warning' (which see). | 12173 | as per the args of `display-warning' (which see). |
| 12174 | If this variable is non-nil, `delayed-warnings-hook' will be run | 12174 | If this variable is non-nil, `delayed-warnings-hook' will be run |