aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/frames.texi4
-rw-r--r--man/windows.texi4
2 files changed, 6 insertions, 2 deletions
diff --git a/man/frames.texi b/man/frames.texi
index 3f560e875d5..106243346fd 100644
--- a/man/frames.texi
+++ b/man/frames.texi
@@ -370,7 +370,9 @@ height of the windows above and below.
370 370
371@item Mouse-3 371@item Mouse-3
372@kindex mode-line mouse-3 372@kindex mode-line mouse-3
373@kbd{Mouse-3} on a mode line deletes the window above. 373@kbd{Mouse-3} on a mode line deletes the window above. If the frame has
374only one window, it buries the current buffer instead and switches to
375another buffer.
374 376
375@item C-Mouse-2 377@item C-Mouse-2
376@kindex mode-line C-mouse-2 378@kindex mode-line C-mouse-2
diff --git a/man/windows.texi b/man/windows.texi
index 111fafe2fc3..39ebb603d80 100644
--- a/man/windows.texi
+++ b/man/windows.texi
@@ -282,7 +282,9 @@ window heights.
282(@code{mouse-delete-other-windows}). 282(@code{mouse-delete-other-windows}).
283@item Mouse-3 283@item Mouse-3
284@kbd{Mouse-3} in a window's mode line deletes that window 284@kbd{Mouse-3} in a window's mode line deletes that window
285(@code{mouse-delete-window}). 285(@code{mouse-delete-window}), unless the frame has only one window, in
286which case it buries the current buffer instead and switches to another
287buffer.
286@end table 288@end table
287 289
288@kindex C-x 0 290@kindex C-x 0