aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2017-11-22 14:58:55 -0500
committerGlenn Morris2017-11-22 14:58:55 -0500
commitd82474e45294ab414d63dd70a987bc399eeb9761 (patch)
treec26edf98e77e0af928ee2de20e55c1741f769b9e /src
parent292c09ff6db4bba1655bbb3160e859fef59ab34b (diff)
downloademacs-d82474e45294ab414d63dd70a987bc399eeb9761.tar.gz
emacs-d82474e45294ab414d63dd70a987bc399eeb9761.zip
* src/fns.c (syms_of_fns) <overriding-plist-environment>: Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/fns.c2
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)
5170 DEFSYM (Qwidget_type, "widget-type"); 5170 DEFSYM (Qwidget_type, "widget-type");
5171 5171
5172 DEFVAR_LISP ("overriding-plist-environment", Voverriding_plist_environment, 5172 DEFVAR_LISP ("overriding-plist-environment", Voverriding_plist_environment,
5173 doc: /* An alist overrides the plists of the symbols which it lists. 5173 doc: /* An alist that overrides the plists of the symbols which it lists.
5174Used by the byte-compiler to apply `define-symbol-prop' during 5174Used by the byte-compiler to apply `define-symbol-prop' during
5175compilation. */); 5175compilation. */);
5176 Voverriding_plist_environment = Qnil; 5176 Voverriding_plist_environment = Qnil;