; Fix last change.

* etc/NEWS:
* doc/emacs/programs.texi (Hideshow): Fix wording and punctuation.
This commit is contained in:
Eli Zaretskii 2025-09-20 13:06:17 +03:00
parent 071cdb66fd
commit 66308637d7
2 changed files with 4 additions and 5 deletions

View file

@ -1749,11 +1749,11 @@ ellipsis.
@item hs-show-indicators
This variable controls whether Hideshow mode should display indicators
of hidden and shown blocks. The indicators also allow toggling the
hide/show state of each block. If the value is non-@code{nil}, enables
the indicators in all blocks. The default is @code{nil}, which disables
hide/show state of each block. If the value is non-@code{nil}, it enables
the indicators. The default is @code{nil}, which disables
the indicators.
@item hs-indicactor-type
@item hs-indicator-type
This variable controls where to show the indicators, if they are
enabled. You can show them on the fringe (@pxref{Windows Fringes}) or
in the window's margin. The default is to use the fringe if it's

View file

@ -974,8 +974,7 @@ next to the ellipsis. By default this is disabled.
+++
*** New user option 'hs-show-indicators'.
This user option determines if hideshow should display indicators to
toggle the block hiding. If non-nil, the indicators are enabled in all
blocks.
show and toggle the block hiding. If non-nil, the indicators are enabled.
By default this is disabled.