diff options
author | Eli Zaretskii <eliz@gnu.org> | 2018-02-02 17:41:38 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2018-02-02 17:41:38 +0200 |
commit | 6f495abd0d65075714f92b0eb7f637d6f540edfa (patch) | |
tree | fc5e3a4ce563a9834a51db61a2b21ef9e3f74ed2 /doc/emacs/windows.texi | |
parent | 59344c43a92347387126fbf11fe8b4099b9bcebc (diff) | |
download | emacs-6f495abd0d65075714f92b0eb7f637d6f540edfa.tar.gz emacs-6f495abd0d65075714f92b0eb7f637d6f540edfa.tar.bz2 emacs-6f495abd0d65075714f92b0eb7f637d6f540edfa.zip |
Another round of manual fixups
* doc/emacs/killing.texi (Killing by Lines): Clarify wording.
Reported by David Bonnafous <dbonnafo@gmail.com> in
emacs-manual-bugs@gnu.org.
* doc/emacs/windows.texi (Other Window): Improve wording.
Reported by Rasmus Sjostrom <ras.sjostrom@gmail.com> in
emacs-manual-bugs@gnu.org.
* doc/emacs/display.texi (Display Custom): Mention that line
numbers are not displayed in the minibuffer and tooltips.
* doc/emacs/mini.texi (Basic Minibuffer): Improve wording.
* doc/emacs/regs.texi (Registers): More comma removal. Suggested
by "root@vxid.pw root@vxid.pw" <root@vxid.pw> in
emacs-manual-bugs@gnu.org.
* doc/emacs/display.texi (Auto Scrolling): Fix a typo. Reported
by Kevin Foley <kfoley15@gmail.com> in emacs-manual-bugs@gnu.org.
* doc/emacs/display.texi (Scrolling): Fix grammar.
(Horizontal Scrolling): Mention reasonable limits for hscroll-step
float values. Suggested by Jerome Truong <jerometruong@gmail.com>
in emacs-manual-bugs@gnu.org.
* doc/emacs/mini.texi (Minibuffer Edit): Add a missing comma.
* doc/emacs/basic.texi (Position Info, Arguments, Repeating):
Remove redundant commas. Suggested by oldgaro
<oldgaro@protonmail.com> in emacs-manual-bugs@gnu.org.
* doc/emacs/kmacro.texi (Save Keyboard Macro): Clarify wording.
Suggested by clemens.radermacher@posteo.de in
emacs-manual-bugs@gnu.org.
* doc/emacs/building.texi (Compilation Mode): Improve and simplify
wording. Suggested by drone <yoorobot@gmail.com> in
emacs-manual-bugs@gnu.org.
* doc/emacs/dired.texi (Dired Enter): Clarify wording.
(Dired Deletion): Fix a typo.
(Marks vs Flags): Mention that M-DEL in Dired asks for the mark
character. Fix typos.
* doc/emacs/basic.texi (Moving Point, Erasing, Basic Undo)
(Arguments): Some additional information about keys. Reported by
Francis Wright <f.j.wright@live.co.uk> in
emacs-manual-bugs@gnu.org.
Diffstat (limited to 'doc/emacs/windows.texi')
-rw-r--r-- | doc/emacs/windows.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/emacs/windows.texi b/doc/emacs/windows.texi index 3c3ee659dcb..945b7cb941e 100644 --- a/doc/emacs/windows.texi +++ b/doc/emacs/windows.texi @@ -174,9 +174,9 @@ After the rightmost and bottommost window, it goes back to the one at the upper left corner. A numeric argument means to move several steps in the cyclic order of windows. A negative argument moves around the cycle in the opposite order. When the minibuffer is active, the -minibuffer is the last window in the cycle; you can switch from the -minibuffer window to one of the other windows, and later switch back and -finish supplying the minibuffer argument that is requested. +minibuffer window is the last window in the cycle; you can switch from +the minibuffer window to one of the other windows, and later switch +back and finish supplying the minibuffer argument that is requested. @xref{Minibuffer Edit}. @kindex C-M-v |