1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

; * etc/NEWS (hs-hide-block-behavior): Explain the replacements.

This commit is contained in:
Eli Zaretskii 2025-11-08 11:40:33 +02:00
parent d967cf5117
commit ef9860588a

View file

@ -1114,6 +1114,11 @@ after cursor position. By default this is set to 'after-bol'.
+++
*** The variable 'hs-special-modes-alist' is now obsolete.
Instead of customizing Hideshow for a mode by setting the elements of
'hs-special-modes-alist', such as START, COMMENT-START,
FORWARD-SEXP-FUNC, etc., major mode authors should set the corresponding
buffer-local variables 'hs-block-start-regexp', 'hs-c-start-regexp',
'hs-forward-sexp-function', etc.
** C-ts mode