aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-09-09 21:35:42 +0000
committerRichard M. Stallman1994-09-09 21:35:42 +0000
commit30f2e5cc54615e50c881be799d9a6f7fbb7ec888 (patch)
tree92887776de9b755db2061cd9fedf9db1abfe85b1
parent35ed0ce02e9d898b8f7fad1cf56b5f745a40ac28 (diff)
downloademacs-30f2e5cc54615e50c881be799d9a6f7fbb7ec888.tar.gz
emacs-30f2e5cc54615e50c881be799d9a6f7fbb7ec888.zip
(shrink-window-if-larger-than-buffer): Doc fix.
-rw-r--r--lisp/window.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/window.el b/lisp/window.el
index 74edeb986da..305df621888 100644
--- a/lisp/window.el
+++ b/lisp/window.el
@@ -145,7 +145,7 @@ No arg means split equally."
145 145
146(defun shrink-window-if-larger-than-buffer (&optional window) 146(defun shrink-window-if-larger-than-buffer (&optional window)
147 "Shrink the WINDOW to be as small as possible to display its contents. 147 "Shrink the WINDOW to be as small as possible to display its contents.
148Do not shrink to less that `window-min-height' lines. 148Do not shrink to less than `window-min-height' lines.
149Do nothing if the buffer contains more lines than the present window height, 149Do nothing if the buffer contains more lines than the present window height,
150or if some of the window's contents are scrolled out of view, 150or if some of the window's contents are scrolled out of view,
151or if the window is not the full width of the frame, 151or if the window is not the full width of the frame,