diff options
author | Juri Linkov <juri@linkov.net> | 2021-11-09 22:40:15 +0200 |
---|---|---|
committer | Juri Linkov <juri@linkov.net> | 2021-11-09 22:40:15 +0200 |
commit | 7d3a654e2adb0224ea73e244f76279a709d9ea88 (patch) | |
tree | ef9adc0bffb48e3c1edd0a9c781120d19fa03c53 /doc/emacs/text.texi | |
parent | aeb19af4b55df5b38a7e307bc1c7f68a8fa0be1a (diff) | |
download | emacs-7d3a654e2adb0224ea73e244f76279a709d9ea88.tar.gz emacs-7d3a654e2adb0224ea73e244f76279a709d9ea88.tar.bz2 emacs-7d3a654e2adb0224ea73e244f76279a709d9ea88.zip |
* doc/emacs/maintaining.texi (Basic VC Editing): Mention Dired buffer.
* doc/emacs/text.texi (Outline Mode): Replace S-TAB with with S-<TAB>.
* etc/NEWS: Add some missing +++/--- and move some related items closer.
Diffstat (limited to 'doc/emacs/text.texi')
-rw-r--r-- | doc/emacs/text.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi index dc8ca903b72..d711636ecfc 100644 --- a/doc/emacs/text.texi +++ b/doc/emacs/text.texi @@ -998,9 +998,9 @@ major mode's special commands. (The variable @vindex outline-minor-mode-cycle If the @code{outline-minor-mode-cycle} user option is -non-@code{nil}, the @kbd{TAB} and @kbd{S-TAB} keys are enabled on the +non-@code{nil}, the @kbd{TAB} and @kbd{S-@key{TAB}} keys are enabled on the outline heading lines. @kbd{TAB} cycles hiding, showing the -sub-heading, and showing all for the current section. @kbd{S-TAB} +sub-heading, and showing all for the current section. @kbd{S-@key{TAB}} does the same for the entire buffer. @menu |