emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 81aed7b: ; * lisp/emacs-lisp/syntax.el (syntax-propertize-functio


From: Glenn Morris
Subject: master 81aed7b: ; * lisp/emacs-lisp/syntax.el (syntax-propertize-function): Doc fix.
Date: Sun, 20 Sep 2020 20:20:23 -0400 (EDT)

branch: master
commit 81aed7becfdc66af464e54c90680e9507693bdaf
Author: Glenn Morris <rgm@gnu.org>
Commit: Glenn Morris <rgm@gnu.org>

    ; * lisp/emacs-lisp/syntax.el (syntax-propertize-function): Doc fix.
---
 lisp/emacs-lisp/syntax.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/syntax.el b/lisp/emacs-lisp/syntax.el
index 487faac..62f1b16 100644
--- a/lisp/emacs-lisp/syntax.el
+++ b/lisp/emacs-lisp/syntax.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]