diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-05-01 18:01:19 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-05-01 18:01:39 -0700 |
commit | c695fb37d3d3f525918fd50878181be524cba200 (patch) | |
tree | a6604b2911cd8a7a4d886728705419c9912d0cf4 /lisp/emacs-lisp/syntax.el | |
parent | 03750c003511239576967387ea10000ce413200e (diff) | |
download | emacs-c695fb37d3d3f525918fd50878181be524cba200.tar.gz emacs-c695fb37d3d3f525918fd50878181be524cba200.tar.bz2 emacs-c695fb37d3d3f525918fd50878181be524cba200.zip |
; Spelling fixes
Diffstat (limited to 'lisp/emacs-lisp/syntax.el')
-rw-r--r-- | lisp/emacs-lisp/syntax.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/syntax.el b/lisp/emacs-lisp/syntax.el index 33f644191b6..654f234fa62 100644 --- a/lisp/emacs-lisp/syntax.el +++ b/lisp/emacs-lisp/syntax.el @@ -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 |