diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-12-09 04:12:38 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-12-09 04:12:38 +0100 |
commit | 382c953bbe26f97877d79a66d84282b3bd00d718 (patch) | |
tree | b57331d8817586a8bef4d9723edd2efa3221f169 /lisp/emacs-lisp | |
parent | 98449af85cfedd241576e35e15d523e38e472c3b (diff) | |
download | emacs-382c953bbe26f97877d79a66d84282b3bd00d718.tar.gz |
Fix typos.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/syntax.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/syntax.el b/lisp/emacs-lisp/syntax.el index c65cbc39eab..85fa4772eb6 100644 --- a/lisp/emacs-lisp/syntax.el +++ b/lisp/emacs-lisp/syntax.el @@ -56,7 +56,7 @@ ;; syntax-ppss-flush-cache since that would not only flush the cache but also ;; reset syntax-propertize--done which should not be done in this case). "Mode-specific function to apply the syntax-table properties. -Called with 2 arguments: START and END. +Called with two arguments: START and END. This function can call `syntax-ppss' on any position before END, but it should not call `syntax-ppss-flush-cache', which means that it should not call `syntax-ppss' on some position and later modify the buffer on some @@ -248,7 +248,7 @@ Note: back-references in REGEXPs do not work." (if syntax (put-text-property mb me 'syntax-table syntax)))))))) - + (if (or (not (cddr rule)) (zerop gn)) (setq code (nconc (nreverse thiscode) code)) (push `(if (match-beginning ,gn) |