diff options
| author | Glenn Morris | 2017-11-22 14:58:55 -0500 |
|---|---|---|
| committer | Glenn Morris | 2017-11-22 14:58:55 -0500 |
| commit | d82474e45294ab414d63dd70a987bc399eeb9761 (patch) | |
| tree | c26edf98e77e0af928ee2de20e55c1741f769b9e /src | |
| parent | 292c09ff6db4bba1655bbb3160e859fef59ab34b (diff) | |
| download | emacs-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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. |
| 5174 | Used by the byte-compiler to apply `define-symbol-prop' during | 5174 | Used by the byte-compiler to apply `define-symbol-prop' during |
| 5175 | compilation. */); | 5175 | compilation. */); |
| 5176 | Voverriding_plist_environment = Qnil; | 5176 | Voverriding_plist_environment = Qnil; |