; * lisp/emacs-lisp/syntax.el (syntax-propertize-function): Doc fix.
This commit is contained in:
parent
7a5132954b
commit
81aed7becf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue