diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-05-01 18:14:23 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-05-01 18:14:23 -0700 |
commit | 3354582b368eb1d054d39409360f874c346065cc (patch) | |
tree | c4361a37ce9222d4872943439554bfc656efc3c8 /lisp/emacs-lisp/syntax.el | |
parent | 198ce5b1715ab44b42d0592e811c3dcebf39870f (diff) | |
parent | c695fb37d3d3f525918fd50878181be524cba200 (diff) | |
download | emacs-3354582b368eb1d054d39409360f874c346065cc.tar.gz emacs-3354582b368eb1d054d39409360f874c346065cc.tar.bz2 emacs-3354582b368eb1d054d39409360f874c346065cc.zip |
Merge from origin/emacs-25
c695fb3 ; Spelling fixes
03750c0 * doc/misc/texinfo.tex: Sync from gnulib.
42fed3b * lisp/isearch.el (isearch-forward-symbol-at-point): Add isea...
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 ae682ecf73a..31fc67ec815 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 |