aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c
index bd757cfdad1..fe7b9420344 100644
--- a/src/data.c
+++ b/src/data.c
@@ -517,7 +517,7 @@ DEFUN ("setcdr", Fsetcdr, Ssetcdr, 2, 2, 0,
517 return newcdr; 517 return newcdr;
518} 518}
519 519
520/* Extract and set components of symbols */ 520/* Extract and set components of symbols. */
521 521
522DEFUN ("boundp", Fboundp, Sboundp, 1, 1, 0, 522DEFUN ("boundp", Fboundp, Sboundp, 1, 1, 0,
523 doc: /* Return t if SYMBOL's value is not void. */) 523 doc: /* Return t if SYMBOL's value is not void. */)