mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
; Fix last change.
* etc/NEWS: * doc/emacs/programs.texi (Hideshow): Fix wording and punctuation.
This commit is contained in:
parent
071cdb66fd
commit
66308637d7
2 changed files with 4 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
3
etc/NEWS
3
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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue