1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-09 05:01:02 -08:00

* src/fns.c (syms_of_fns) <overriding-plist-environment>: Doc fix.

This commit is contained in:
Glenn Morris 2017-11-22 14:58:55 -05:00
parent 292c09ff6d
commit d82474e452

View file

@ -5170,7 +5170,7 @@ syms_of_fns (void)
DEFSYM (Qwidget_type, "widget-type");
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
compilation. */);
Voverriding_plist_environment = Qnil;