]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/syntax.el
; Spelling fixes
[gnu-emacs] / lisp / emacs-lisp / syntax.el
index 33f644191b60374e81ab75fee5f5c388a9ffe039..654f234fa625f342c70c7941433c4734d493e9c7 100644 (file)
@@ -274,7 +274,7 @@ Note: back-references in REGEXPs do not work."
 (defun syntax-propertize-via-font-lock (keywords)
   "Propertize for syntax using font-lock syntax.
 KEYWORDS obeys the format used in `font-lock-syntactic-keywords'.
-The return value is a function (with two paremeters, START and
+The return value is a function (with two parameters, START and
 END) suitable for `syntax-propertize-function'."
   (lambda (start end)
     (with-no-warnings