aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2004-11-08 16:55:56 +0000
committerRichard M. Stallman <[email protected]>2004-11-08 16:55:56 +0000
commit7e1963161dc19faa39e449ec2e38679056af4dcc (patch)
treeb71bab3b49204a46d94433f4b39211dbd3176e1b
parent91c311a94cd18ca830d6328d0419a43a39c459a7 (diff)
(syntax-after): Doc fix.
-rw-r--r--lisp/subr.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index faf9e6c2f1..d2b836a5e4 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -2210,9 +2210,9 @@ from `standard-syntax-table' otherwise."
(defun syntax-after (pos)
"Return the syntax of the char after POS.
-The value is either a syntax character (a character that designates
+The value is either a syntax class character (a character that designates
a syntax in `modify-syntax-entry'), or a cons cell
-of the form (CODE . MATCH), where CODE is the syntax character
+of the form (CLASS . MATCH), where CLASS is the syntax class character
and MATCH is the matching parenthesis."
(unless (or (< pos (point-min)) (>= pos (point-max)))
(let* ((st (if parse-sexp-lookup-properties