From d82474e45294ab414d63dd70a987bc399eeb9761 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 22 Nov 2017 14:58:55 -0500 Subject: [PATCH] * src/fns.c (syms_of_fns) : Doc fix. --- src/fns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2