aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
authorAndrea Corallo2020-12-12 15:31:33 +0100
committerAndrea Corallo2020-12-12 15:31:33 +0100
commit0474fda62d79cb7eb250f34f19773c87f283c665 (patch)
treedf7418a6b22fbbfda725c56825ec0290f8e6be39 /src/data.c
parentbe907b0ba82c2a65e0468d50653cae8a7cf5f16b (diff)
parent4afef614cd6c93b4d4a57aa5bb211563649abc56 (diff)
downloademacs-0474fda62d79cb7eb250f34f19773c87f283c665.tar.gz
emacs-0474fda62d79cb7eb250f34f19773c87f283c665.zip
Merge remote-tracking branch 'savannah/master' into HEAD
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/data.c b/src/data.c
index fea39867c99..544b20d50cc 100644
--- a/src/data.c
+++ b/src/data.c
@@ -1700,8 +1700,9 @@ default_value (Lisp_Object symbol)
1700 1700
1701DEFUN ("default-boundp", Fdefault_boundp, Sdefault_boundp, 1, 1, 0, 1701DEFUN ("default-boundp", Fdefault_boundp, Sdefault_boundp, 1, 1, 0,
1702 doc: /* Return t if SYMBOL has a non-void default value. 1702 doc: /* Return t if SYMBOL has a non-void default value.
1703This is the value that is seen in buffers that do not have their own values 1703A variable may have a buffer-local or a `let'-bound local value. This
1704for this variable. */) 1704function says whether the variable has a non-void value outside of the
1705current context. Also see `default-value'. */)
1705 (Lisp_Object symbol) 1706 (Lisp_Object symbol)
1706{ 1707{
1707 register Lisp_Object value; 1708 register Lisp_Object value;