emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master b8dbb2b 2/4: Clarify the default-boundp doc string


From: Lars Ingebrigtsen
Subject: master b8dbb2b 2/4: Clarify the default-boundp doc string
Date: Wed, 9 Dec 2020 08:53:00 -0500 (EST)

branch: master
commit b8dbb2bb7317da4c21b62e33329e21ec65af3755
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Clarify the default-boundp doc string
    
    * src/data.c (Fdefault_boundp): Doc string clarification (bug#44141).
---
 src/data.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/data.c b/src/data.c
index 384c259..76bacf7 100644
--- a/src/data.c
+++ b/src/data.c
@@ -1639,8 +1639,9 @@ default_value (Lisp_Object symbol)
 
 DEFUN ("default-boundp", Fdefault_boundp, Sdefault_boundp, 1, 1, 0,
        doc: /* Return t if SYMBOL has a non-void default value.
-This is the value that is seen in buffers that do not have their own values
-for this variable.  */)
+A variable may have a buffer-local or a `let'-bound local value.  This
+function says whether the variable has a non-void value outside of the
+current context.  Also see `default-value'.  */)
   (Lisp_Object symbol)
 {
   register Lisp_Object value;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]