aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/data.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data.c b/src/data.c
index fa40f14ccba..ac6c7af9d3c 100644
--- a/src/data.c
+++ b/src/data.c
@@ -485,7 +485,7 @@ DEFUN ("mutexp", Fmutexp, Smutexp, 1, 1, 0,
485 return Qnil; 485 return Qnil;
486} 486}
487 487
488DEFUN ("condition-variablep", Fcondition_variablep, Scondition_variablep, 488DEFUN ("condition-variable-p", Fcondition_variable_p, Scondition_variable_p,
489 1, 1, 0, 489 1, 1, 0,
490 doc: /* Return t if OBJECT is a condition variable. */) 490 doc: /* Return t if OBJECT is a condition variable. */)
491 (Lisp_Object object) 491 (Lisp_Object object)
@@ -3174,7 +3174,7 @@ syms_of_data (void)
3174 defsubr (&Schar_or_string_p); 3174 defsubr (&Schar_or_string_p);
3175 defsubr (&Sthreadp); 3175 defsubr (&Sthreadp);
3176 defsubr (&Smutexp); 3176 defsubr (&Smutexp);
3177 defsubr (&Scondition_variablep); 3177 defsubr (&Scondition_variable_p);
3178 defsubr (&Scar); 3178 defsubr (&Scar);
3179 defsubr (&Scdr); 3179 defsubr (&Scdr);
3180 defsubr (&Scar_safe); 3180 defsubr (&Scar_safe);