From: Glenn Morris Date: Wed, 22 Nov 2017 19:58:55 +0000 (-0500) Subject: * src/fns.c (syms_of_fns) : Doc fix. X-Git-Tag: emacs-26.0.91~264 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d82474e45294ab414d63dd70a987bc399eeb9761;p=emacs.git * src/fns.c (syms_of_fns) : Doc fix. --- 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;