diff options
Diffstat (limited to 'src/fns.c')
-rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c index 42859344bdc..9db9bea9f78 100644 --- a/src/fns.c +++ b/src/fns.c @@ -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; |