]> git.eshelyaron.com Git - emacs.git/commitdiff
(syntax-after): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Mon, 8 Nov 2004 16:55:56 +0000 (16:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 8 Nov 2004 16:55:56 +0000 (16:55 +0000)
lisp/subr.el

index faf9e6c2f1301d0ca7dc95fc6c13e92f19f45f61..d2b836a5e4fcee85c16b502a57e221b7d7153d2b 100644 (file)
@@ -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