1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-08 20:58:58 +00: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;