]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/emacs-lisp/syntax.el (syntax-propertize-function): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Mon, 21 Sep 2020 00:20:08 +0000 (17:20 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 21 Sep 2020 00:20:08 +0000 (17:20 -0700)
lisp/emacs-lisp/syntax.el

index 487faacd738aaee5c572b8a4cac20902d152f15a..62f1b16d75cd5a5fd19db46c813ce977931a51aa 100644 (file)
@@ -65,7 +65,7 @@ cannot be handled just by the buffer's syntax-table.
 The specified function may call `syntax-ppss' on any position
 before END, but if it calls `syntax-ppss' on some
 position and later modifies the buffer on some earlier position,
-then it is its responsability to call `syntax-ppss-flush-cache' to flush
+then it is its responsibility to call `syntax-ppss-flush-cache' to flush
 the now obsolete ppss info from the cache.
 
 Note: When this variable is a function, it must apply _all_ the