* src/fns.c (syms_of_fns) <overriding-plist-environment>: Doc fix.
This commit is contained in:
parent
292c09ff6d
commit
d82474e452
1 changed files with 1 additions and 1 deletions
|
@ -5170,7 +5170,7 @@ syms_of_fns (void)
|
||||||
DEFSYM (Qwidget_type, "widget-type");
|
DEFSYM (Qwidget_type, "widget-type");
|
||||||
|
|
||||||
DEFVAR_LISP ("overriding-plist-environment", Voverriding_plist_environment,
|
DEFVAR_LISP ("overriding-plist-environment", Voverriding_plist_environment,
|
||||||
doc: /* An alist overrides the plists of the symbols which it lists.
|
doc: /* An alist that overrides the plists of the symbols which it lists.
|
||||||
Used by the byte-compiler to apply `define-symbol-prop' during
|
Used by the byte-compiler to apply `define-symbol-prop' during
|
||||||
compilation. */);
|
compilation. */);
|
||||||
Voverriding_plist_environment = Qnil;
|
Voverriding_plist_environment = Qnil;
|
||||||
|
|
Loading…
Add table
Reference in a new issue