mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-30 19:53:09 +00:00
Clarify the default-boundp doc string
* src/data.c (Fdefault_boundp): Doc string clarification (bug#44141).
This commit is contained in:
parent
c9c8d98446
commit
b8dbb2bb73
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user