diff options
| author | Eli Zaretskii | 2018-02-11 18:19:25 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2018-02-11 18:19:25 +0200 |
| commit | 10637af91ac1bf777d880473cc8c804fd6dff4e2 (patch) | |
| tree | 35bb88c50dba5f552729152885e5adc4dc42b82c | |
| parent | d924953e05f67874440fffac816a143e56af788f (diff) | |
| download | emacs-10637af91ac1bf777d880473cc8c804fd6dff4e2.tar.gz emacs-10637af91ac1bf777d880473cc8c804fd6dff4e2.zip | |
Improve the Emacs manual's chapter "Frames"
* doc/emacs/frames.texi (Creating Frames): Add a cross-reference
to where frame visibility is described.
(Word and Line Mouse): Clarify wording.
(Scroll Bars): Qualify scroll-bar behavior. Reported by Dmitry
Gutov <dgutov@yandex.ru> in emacs-manual-bugs@gnu.org.
| -rw-r--r-- | doc/emacs/frames.texi | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index 15b576d3323..2c1a55b7dc6 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi | |||
| @@ -248,13 +248,13 @@ this to move point to the beginning of the region, scrolling the | |||
| 248 | display backward if necessary. | 248 | display backward if necessary. |
| 249 | 249 | ||
| 250 | @item Double-Drag-mouse-1 | 250 | @item Double-Drag-mouse-1 |
| 251 | Select the text you drag across, in the form of whole words. | 251 | Select the text you drag across, in units of whole words. |
| 252 | 252 | ||
| 253 | @item Triple-mouse-1 | 253 | @item Triple-mouse-1 |
| 254 | Select the line you click on. | 254 | Select the line you click on. |
| 255 | 255 | ||
| 256 | @item Triple-Drag-mouse-1 | 256 | @item Triple-Drag-mouse-1 |
| 257 | Select the text you drag across, in the form of whole lines. | 257 | Select the text you drag across, in units of whole lines. |
| 258 | @end table | 258 | @end table |
| 259 | 259 | ||
| 260 | @node Mouse References | 260 | @node Mouse References |
| @@ -409,10 +409,11 @@ boundary to the left or right. | |||
| 409 | The prefix key @kbd{C-x 5} is analogous to @kbd{C-x 4}. Whereas | 409 | The prefix key @kbd{C-x 5} is analogous to @kbd{C-x 4}. Whereas |
| 410 | each @kbd{C-x 4} command pops up a buffer in a different window in the | 410 | each @kbd{C-x 4} command pops up a buffer in a different window in the |
| 411 | selected frame (@pxref{Pop Up Window}), the @kbd{C-x 5} commands use a | 411 | selected frame (@pxref{Pop Up Window}), the @kbd{C-x 5} commands use a |
| 412 | different frame. If an existing visible or iconified (a.k.a.@: ``minimized'') | 412 | different frame. If an existing visible or iconified (a.k.a.@: |
| 413 | frame already displays the requested buffer, that frame is raised and | 413 | ``minimized'', @pxref{Visibility of Frames,,, elisp, The Emacs Lisp |
| 414 | deiconified (``un-minimized''); otherwise, a new frame is created on | 414 | Reference Manual}) frame already displays the requested buffer, that |
| 415 | the current display terminal. | 415 | frame is raised and deiconified (``un-minimized''); otherwise, a new |
| 416 | frame is created on the current display terminal. | ||
| 416 | 417 | ||
| 417 | The various @kbd{C-x 5} commands differ in how they find or create the | 418 | The various @kbd{C-x 5} commands differ in how they find or create the |
| 418 | buffer to select: | 419 | buffer to select: |
| @@ -954,7 +955,8 @@ toolkits allow you to customize the scroll bars to not have those | |||
| 954 | buttons). Clicking @kbd{mouse-1} above or below the scroll bar's | 955 | buttons). Clicking @kbd{mouse-1} above or below the scroll bar's |
| 955 | inner box scrolls the window by nearly the entire height of the | 956 | inner box scrolls the window by nearly the entire height of the |
| 956 | window, like @kbd{M-v} and @kbd{C-v} respectively (@pxref{Moving | 957 | window, like @kbd{M-v} and @kbd{C-v} respectively (@pxref{Moving |
| 957 | Point}). Dragging the inner box scrolls continuously. | 958 | Point}). (This, too, can behave differently with some toolkits.) |
| 959 | Dragging the inner box scrolls continuously. | ||
| 958 | 960 | ||
| 959 | If Emacs is compiled on the X Window System without X toolkit | 961 | If Emacs is compiled on the X Window System without X toolkit |
| 960 | support, the scroll bar behaves differently. Clicking @kbd{mouse-1} | 962 | support, the scroll bar behaves differently. Clicking @kbd{mouse-1} |