[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/window.el
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/window.el |
Date: |
Tue, 30 May 2006 04:32:09 +0000 |
Index: emacs/lisp/window.el
diff -u emacs/lisp/window.el:1.113 emacs/lisp/window.el:1.114
--- emacs/lisp/window.el:1.113 Mon Feb 6 14:33:35 2006
+++ emacs/lisp/window.el Tue May 30 04:32:09 2006
@@ -597,7 +597,7 @@
(1+ (vertical-motion (buffer-size) window))))))
(defun fit-window-to-buffer (&optional window max-height min-height)
- "Make WINDOW the right size to display its contents exactly.
+ "Make WINDOW the right height to display its contents exactly.
If WINDOW is omitted or nil, it defaults to the selected window.
If the optional argument MAX-HEIGHT is supplied, it is the maximum height
the window is allowed to be, defaulting to the frame height.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/window.el,
Richard M. Stallman <=