aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/syntax.c')
-rw-r--r--src/syntax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax.c b/src/syntax.c
index 52cec23cd7e..20c607420c1 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -3049,7 +3049,7 @@ Comments are ignored if `parse-sexp-ignore-comments' is non-nil.
3049 3049
3050If we reach the beginning or end of the accessible part of the buffer 3050If we reach the beginning or end of the accessible part of the buffer
3051before we have scanned over COUNT lists, return nil if the depth at 3051before we have scanned over COUNT lists, return nil if the depth at
3052that point is zero, and signal a error if the depth is nonzero. */) 3052that point is zero, and signal an error if the depth is nonzero. */)
3053 (Lisp_Object from, Lisp_Object count, Lisp_Object depth) 3053 (Lisp_Object from, Lisp_Object count, Lisp_Object depth)
3054{ 3054{
3055 CHECK_NUMBER (from); 3055 CHECK_NUMBER (from);