aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-02-07 13:50:12 +0000
committerEli Zaretskii2001-02-07 13:50:12 +0000
commit92b432e856b901941a614787967d9134bbdfe4fa (patch)
treebb76b080306e4809244ebd45277a1024e7a96316
parent6f676109909192891ca91d815010a82e8a758e50 (diff)
downloademacs-92b432e856b901941a614787967d9134bbdfe4fa.tar.gz
emacs-92b432e856b901941a614787967d9134bbdfe4fa.zip
Document what does mouse-3 do on the mode line if there's only one window.
-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