diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi index 2000bc2b785..e2249ffa283 100644 --- a/doc/emacs/programs.texi +++ b/doc/emacs/programs.texi @@ -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 diff --git a/etc/NEWS b/etc/NEWS index e9b2dac43b1..76a12a32507 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -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.