summaryrefslogtreecommitdiff
path: root/lisp/buff-menu.el
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-07-15 00:32:19 +0000
committerJim Blandy <jimb@redhat.com>1992-07-15 00:32:19 +0000
commitcb13adc96567d5c262e1ee6d58fb524cf47a9392 (patch)
tree5c88090f8d2fd4b0138904face425bc9304e5d06 /lisp/buff-menu.el
parent6debef7cb1263c1fd8bb501a2d98ce0864d363ea (diff)
downloademacs-cb13adc96567d5c262e1ee6d58fb524cf47a9392.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/buff-menu.el')
-rw-r--r--lisp/buff-menu.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el
index 7053e78448f..1a83f4f8664 100644
--- a/lisp/buff-menu.el
+++ b/lisp/buff-menu.el
@@ -61,7 +61,7 @@ Letters do not insert themselves; instead, they are commands.
\\[Buffer-menu-mark] -- mark buffer to be displayed.
\\[Buffer-menu-select] -- select buffer of line point is on.
Also show buffers marked with m in other windows.
-\\[Buffer-menu-1-window] -- select that buffer in full-screen window.
+\\[Buffer-menu-1-window] -- select that buffer in full-frame window.
\\[Buffer-menu-2-window] -- select that buffer in one window,
together with buffer selected before this one in another window.
\\[Buffer-menu-this-window] -- select that buffer in place of the buffer menu buffer.
@@ -239,7 +239,7 @@ You can mark buffers with the \\<Buffer-menu-mode-map>\\[Buffer-menu-mark] comma
(insert ?\ ))
(or (eq tem buff) (memq tem others) (setq others (cons tem others))))
(setq others (nreverse others)
- tem (/ (1- (screen-height)) (1+ (length others))))
+ tem (/ (1- (frame-height)) (1+ (length others))))
(delete-other-windows)
(switch-to-buffer buff)
(or (eq menu buff)
@@ -260,7 +260,7 @@ You can mark buffers with the \\<Buffer-menu-mode-map>\\[Buffer-menu-mark] comma
(error "Specified buffer has no file"))))
(defun Buffer-menu-1-window ()
- "Select this line's buffer, alone, in full screen."
+ "Select this line's buffer, alone, in full frame."
(interactive)
(switch-to-buffer (Buffer-menu-buffer t))
(bury-buffer (other-buffer))