aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
authorElías Gabriel Pérez2026-01-02 19:24:48 -0600
committerEli Zaretskii2026-01-10 14:55:55 +0200
commitbdd9acb6aa3b7ef049b5aa4b8114e37476d0d6ed (patch)
treef06c84ec80fe2b3148bec10315d3f0c8899ce973 /etc/NEWS
parent316fd1070242a48ab28c0e5223ca53486cc11e68 (diff)
downloademacs-bdd9acb6aa3b7ef049b5aa4b8114e37476d0d6ed.tar.gz
emacs-bdd9acb6aa3b7ef049b5aa4b8114e37476d0d6ed.zip
hideshow: Reword documentation (bug#80116)
* etc/NEWS: Reword entry. * lisp/progmodes/hideshow.el: Reword Commentary Header. (hs-block-start-mdata-select, hs-block-end-regexp) (hs-c-start-regexp, hs-forward-sexp-function) (hs-adjust-block-beginning-function) (hs-adjust-block-end-function, hs-find-block-beginning-function) (hs-find-next-block-function) (hs-looking-at-block-start-predicate) (hs-inside-comment-predicate): Reword docstrings. (hs-block-positions): Reword docstring, and move 'hs-adjust-block-beginning-function' so that it is not affected by 'pos-eol'. (hs-find-block-beg-fn--default): Use 0 instead of 'hs-block-start-mdata-select'. * lisp/treesit.el (treesit-hs-find-block-beginning): Update code.
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 27aff3b7a1e..93d40a9d384 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1241,7 +1241,7 @@ buffer-local variables 'hs-block-start-regexp', 'hs-c-start-regexp',
1241'hs-forward-sexp-function', etc. 1241'hs-forward-sexp-function', etc.
1242 1242
1243+++ 1243+++
1244*** 'hs-hide-level' and 'hs-cycle' can now hide comments too. 1244*** 'hs-hide-level' can now hide comments too.
1245This is controlled by 'hs-hide-comments-when-hiding-all'. 1245This is controlled by 'hs-hide-comments-when-hiding-all'.
1246 1246
1247** C-ts mode 1247** C-ts mode