]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/syntax.el
Minor grammer fixes for syntax.el.
[gnu-emacs] / lisp / emacs-lisp / syntax.el
index 200b3a6389b9333efe040a5e6ee5cf9377f0125a..c65cbc39eab0dfb58856cf7dd5f490b05463f445 100644 (file)
@@ -100,7 +100,7 @@ Put first the functions more likely to cause a change and cheaper to compute.")
   (cons beg end))
 
 (defvar syntax-propertize--done -1
-  "Position upto which syntax-table properties have been set.")
+  "Position up to which syntax-table properties have been set.")
 (make-variable-buffer-local 'syntax-propertize--done)
 
 (defun syntax-propertize--shift-groups (re n)
@@ -283,7 +283,7 @@ The return value is a function suitable for `syntax-propertize-function'."
           (setq keywords font-lock-syntactic-keywords))))))
 
 (defun syntax-propertize (pos)
-  "Ensure that syntax-table properties are set upto POS."
+  "Ensure that syntax-table properties are set until POS."
   (when (and syntax-propertize-function
              (< syntax-propertize--done pos))
     ;; (message "Needs to syntax-propertize from %s to %s"