diff options
| author | Glenn Morris | 2020-09-20 17:20:08 -0700 |
|---|---|---|
| committer | Glenn Morris | 2020-09-20 17:20:08 -0700 |
| commit | 81aed7becfdc66af464e54c90680e9507693bdaf (patch) | |
| tree | 832e62eee4160bda0eb92a5c1e28ed285f3f7308 | |
| parent | 7a5132954b89736001351d7e03a72beed9372c84 (diff) | |
| download | emacs-81aed7becfdc66af464e54c90680e9507693bdaf.tar.gz emacs-81aed7becfdc66af464e54c90680e9507693bdaf.zip | |
; * lisp/emacs-lisp/syntax.el (syntax-propertize-function): Doc fix.
| -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 487faacd738..62f1b16d75c 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. | |||
| 65 | The specified function may call `syntax-ppss' on any position | 65 | The specified function may call `syntax-ppss' on any position |
| 66 | before END, but if it calls `syntax-ppss' on some | 66 | before END, but if it calls `syntax-ppss' on some |
| 67 | position and later modifies the buffer on some earlier position, | 67 | position and later modifies the buffer on some earlier position, |
| 68 | then it is its responsability to call `syntax-ppss-flush-cache' to flush | 68 | then it is its responsibility to call `syntax-ppss-flush-cache' to flush |
| 69 | the now obsolete ppss info from the cache. | 69 | the now obsolete ppss info from the cache. |
| 70 | 70 | ||
| 71 | Note: When this variable is a function, it must apply _all_ the | 71 | Note: When this variable is a function, it must apply _all_ the |