diff options
author | Eli Zaretskii <eliz@gnu.org> | 2018-02-09 12:08:19 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2018-02-09 12:08:19 +0200 |
commit | 923e4157baebf026910bd37b3cb5099b6aff7b3f (patch) | |
tree | f12b08741d12b155665ae5ae56c6d1e0597ce8a9 /doc/emacs/modes.texi | |
parent | 565adf2e90d67de2107343aaf265ec6c3e8fd165 (diff) | |
download | emacs-923e4157baebf026910bd37b3cb5099b6aff7b3f.tar.gz |
More changes in the Emacs manual
* doc/emacs/fixit.texi (Undo): Mention 'revert-buffer'.
(Fixing Case): Fix punctuation.
(Spelling): Fix a typo. Suggested by Toon Claes <toon@iotcl.com>
in emacs-manual-bugs@gnu.org.
* doc/emacs/modes.texi (Major Modes): Break a long sentence into
2. Reported by Stefan Kamphausen <stefan.kamphausen@acrolinx.com>
in emacs-manual-bugs@gnu.org.
* doc/emacs/indent.texi (Just Spaces): Yet another minor
rewording.
* doc/emacs/building.texi (Watch Expressions): Improve wording.
(Multithreaded Debugging): Spell "tool bar" as 2 words. Reported
by Alberto Sartori <alberto.sartori@sissa.it> in
emacs-manual-bugs@gnu.org.
(Grep Searching): Mention the effect of
'compilation-mode-line-errors'. (Bug#30397)
* doc/emacs/basic.texi (Moving Point): Minor reformatting and
rewording of what <LEFT> and <RIGHT> do.
Diffstat (limited to 'doc/emacs/modes.texi')
-rw-r--r-- | doc/emacs/modes.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/emacs/modes.texi b/doc/emacs/modes.texi index 1312a24d985..2bbc17b26db 100644 --- a/doc/emacs/modes.texi +++ b/doc/emacs/modes.texi @@ -57,10 +57,10 @@ for specific programming languages. These include Lisp mode (which has several variants), C mode, Fortran mode, and others. The third group consists of major modes that are not associated directly with files; they are used in buffers created for specific purposes by -Emacs, such as Dired mode for buffers made by Dired (@pxref{Dired}), -Message mode for buffers made by @kbd{C-x m} (@pxref{Sending Mail}), -and Shell mode for buffers used to communicate with an inferior shell -process (@pxref{Interactive Shell}). +Emacs. Examples include Dired mode for buffers made by Dired +(@pxref{Dired}), Message mode for buffers made by @kbd{C-x m} +(@pxref{Sending Mail}), and Shell mode for buffers used to communicate +with an inferior shell process (@pxref{Interactive Shell}). Usually, the major mode is automatically set by Emacs, when you first visit a file or create a buffer (@pxref{Choosing Modes}). You |