]> git.eshelyaron.com Git - emacs.git/commitdiff
; Improve wording of previous change in variables.texi
authorEli Zaretskii <eliz@gnu.org>
Tue, 27 Dec 2016 07:10:30 +0000 (09:10 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 27 Dec 2016 07:10:30 +0000 (09:10 +0200)
* doc/lispref/variables.texi (Default Value): Improve wording of
last change.

doc/lispref/variables.texi

index e231cbdfec101f3dc61509f0b6c484981c65036f..887643196cc38fc5ba6bc0a6933acf76cc2ae440 100644 (file)
@@ -1580,12 +1580,13 @@ an ordinary evaluated argument.
 @end example
 @end defun
 
-  A variable can be let-bound (@pxref{Local Variables}) to a
-non-default value; in that case, @code{default-value} will return the
-value from that binding, not the global value, and @code{set-default}
-will be prevented from setting the global value.  The following two
-functions allow to reference the global value even if it's masked by a
-let-binding.
+  A variable can be let-bound (@pxref{Local Variables}) to a value.
+This makes its global value shadowed by the binding;
+@code{default-value} will then return the value from that binding, not
+the global value, and @code{set-default} will be prevented from
+setting the global value (it will change the let-bound value instead).
+The following two functions allow to reference the global value even
+if it's shadowed by a let-binding.
 
 @cindex top-level default value
 @defun default-toplevel-value symbol