aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2018-02-11 18:19:25 +0200
committerEli Zaretskii2018-02-11 18:19:25 +0200
commit10637af91ac1bf777d880473cc8c804fd6dff4e2 (patch)
tree35bb88c50dba5f552729152885e5adc4dc42b82c /doc
parentd924953e05f67874440fffac816a143e56af788f (diff)
downloademacs-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.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/frames.texi16
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
248display backward if necessary. 248display backward if necessary.
249 249
250@item Double-Drag-mouse-1 250@item Double-Drag-mouse-1
251Select the text you drag across, in the form of whole words. 251Select the text you drag across, in units of whole words.
252 252
253@item Triple-mouse-1 253@item Triple-mouse-1
254Select the line you click on. 254Select the line you click on.
255 255
256@item Triple-Drag-mouse-1 256@item Triple-Drag-mouse-1
257Select the text you drag across, in the form of whole lines. 257Select 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
410each @kbd{C-x 4} command pops up a buffer in a different window in the 410each @kbd{C-x 4} command pops up a buffer in a different window in the
411selected frame (@pxref{Pop Up Window}), the @kbd{C-x 5} commands use a 411selected frame (@pxref{Pop Up Window}), the @kbd{C-x 5} commands use a
412different frame. If an existing visible or iconified (a.k.a.@: ``minimized'') 412different frame. If an existing visible or iconified (a.k.a.@:
413frame already displays the requested buffer, that frame is raised and 413``minimized'', @pxref{Visibility of Frames,,, elisp, The Emacs Lisp
414deiconified (``un-minimized''); otherwise, a new frame is created on 414Reference Manual}) frame already displays the requested buffer, that
415the current display terminal. 415frame is raised and deiconified (``un-minimized''); otherwise, a new
416frame 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
418buffer to select: 419buffer to select:
@@ -954,7 +955,8 @@ toolkits allow you to customize the scroll bars to not have those
954buttons). Clicking @kbd{mouse-1} above or below the scroll bar's 955buttons). Clicking @kbd{mouse-1} above or below the scroll bar's
955inner box scrolls the window by nearly the entire height of the 956inner box scrolls the window by nearly the entire height of the
956window, like @kbd{M-v} and @kbd{C-v} respectively (@pxref{Moving 957window, like @kbd{M-v} and @kbd{C-v} respectively (@pxref{Moving
957Point}). Dragging the inner box scrolls continuously. 958Point}). (This, too, can behave differently with some toolkits.)
959Dragging 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
960support, the scroll bar behaves differently. Clicking @kbd{mouse-1} 962support, the scroll bar behaves differently. Clicking @kbd{mouse-1}