diff options
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/data.c b/src/data.c index 384c2592204..76bacf7e131 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -1639,8 +1639,9 @@ default_value (Lisp_Object symbol) | |||
| 1639 | 1639 | ||
| 1640 | DEFUN ("default-boundp", Fdefault_boundp, Sdefault_boundp, 1, 1, 0, | 1640 | DEFUN ("default-boundp", Fdefault_boundp, Sdefault_boundp, 1, 1, 0, |
| 1641 | doc: /* Return t if SYMBOL has a non-void default value. | 1641 | doc: /* Return t if SYMBOL has a non-void default value. |
| 1642 | This is the value that is seen in buffers that do not have their own values | 1642 | A variable may have a buffer-local or a `let'-bound local value. This |
| 1643 | for this variable. */) | 1643 | function says whether the variable has a non-void value outside of the |
| 1644 | current context. Also see `default-value'. */) | ||
| 1644 | (Lisp_Object symbol) | 1645 | (Lisp_Object symbol) |
| 1645 | { | 1646 | { |
| 1646 | register Lisp_Object value; | 1647 | register Lisp_Object value; |