]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/fns.c (syms_of_fns) <overriding-plist-environment>: Doc fix.
authorGlenn Morris <rgm@gnu.org>
Wed, 22 Nov 2017 19:58:55 +0000 (14:58 -0500)
committerGlenn Morris <rgm@gnu.org>
Wed, 22 Nov 2017 19:58:55 +0000 (14:58 -0500)
src/fns.c

index 42859344bdc75fdcdb346d794144b1d18482d997..9db9bea9f78ad1b482530cc5e466512e5253913c 100644 (file)
--- 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;