diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -5170,7 +5170,7 @@ syms_of_fns (void) | |||
| 5170 | DEFSYM (Qwidget_type, "widget-type"); | 5170 | DEFSYM (Qwidget_type, "widget-type"); |
| 5171 | 5171 | ||
| 5172 | DEFVAR_LISP ("overriding-plist-environment", Voverriding_plist_environment, | 5172 | DEFVAR_LISP ("overriding-plist-environment", Voverriding_plist_environment, |
| 5173 | doc: /* An alist overrides the plists of the symbols which it lists. | 5173 | doc: /* An alist that overrides the plists of the symbols which it lists. |
| 5174 | Used by the byte-compiler to apply `define-symbol-prop' during | 5174 | Used by the byte-compiler to apply `define-symbol-prop' during |
| 5175 | compilation. */); | 5175 | compilation. */); |
| 5176 | Voverriding_plist_environment = Qnil; | 5176 | Voverriding_plist_environment = Qnil; |