changeset 58045:a683f1bc6fbe

(syntax-after): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Mon, 08 Nov 2004 16:55:56 +0000
parents 54677602f810
children e24a83048e7b
files lisp/subr.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/subr.el	Mon Nov 08 16:55:07 2004 +0000
+++ b/lisp/subr.el	Mon Nov 08 16:55:56 2004 +0000
@@ -2210,9 +2210,9 @@
 
 (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