mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Merge from origin/emacs-27
df04f3e755Fix a rare segfault in syntax.cfd1fe1e1ecAdd doc to syntax-propertize-function saying it must do a ...fcd599bbeaMinor copyedits of doc of 'with-silent-modifications'759399cdb1Improve documentation of 'max-mini-window-height'3223302aa2Use modern constant names for the NS pasteboard985703d380Fix doc string of 'toggle-menu-bar-mode-from-frame'184a4977c7Make vc-bzr tests work with brz 3.1 (bug#43314) # Conflicts: # lisp/emacs-lisp/syntax.el # src/syntax.c
This commit is contained in:
commit
3675993d76
10 changed files with 70 additions and 35 deletions
|
|
@ -66,7 +66,12 @@ 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
|
||||
the now obsolete ppss info from the cache.")
|
||||
the now obsolete ppss info from the cache.
|
||||
|
||||
Note: When this variable is a function, it must apply _all_ the
|
||||
`syntax-table' properties needed in the given text interval.
|
||||
Using both this function and other means to apply these
|
||||
properties won't work properly.")
|
||||
|
||||
(defvar syntax-propertize-chunk-size 500)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue