Remove an ambiguity from defvar's doc string. Fixes bug #25292.
commit8295e97f18490a535d1188a3daf0b0fd1bf4fa0d
authorAlan Mackenzie <acm@muc.de>
Thu, 29 Dec 2016 20:52:02 +0000 (29 20:52 +0000)
committerAlan Mackenzie <acm@muc.de>
Thu, 29 Dec 2016 20:52:02 +0000 (29 20:52 +0000)
tree64d3c0e9e5666ec947610042ec00a7506743c4ed
parentb9cacf044902df441dc7cbd9a21f36833dc40a30
Remove an ambiguity from defvar's doc string.  Fixes bug #25292.

The ambiguity was whether INITVALUE is evaluated when it's not going to be
used to set SYMBOL's value.

* src/eval.c (defvar): Rewrite a paragraph of the doc string.
src/eval.c