changeset 103458:29ff3f8b1e3b

(Dedicated Windows): Fix typo. (Resizing Windows): Replace @defun by @deffn.
author Martin Rudalics <rudalics@gmx.at>
date Wed, 17 Jun 2009 05:55:42 +0000
parents e054e28bc3a4
children 51fc0317b0d9
files doc/lispref/ChangeLog doc/lispref/windows.texi
diffstat 2 files changed, 9 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispref/ChangeLog	Wed Jun 17 03:01:03 2009 +0000
+++ b/doc/lispref/ChangeLog	Wed Jun 17 05:55:42 2009 +0000
@@ -1,3 +1,8 @@
+2009-06-17  Martin Rudalics  <rudalics@gmx.at>
+
+	* windows.texi (Dedicated Windows): Fix typo.
+	(Resizing Windows): Replace @defun by @deffn.
+
 2009-06-17  Glenn Morris  <rgm@gnu.org>
 
 	* variables.texi (Directory Local Variables):
--- a/doc/lispref/windows.texi	Wed Jun 17 03:01:03 2009 +0000
+++ b/doc/lispref/windows.texi	Wed Jun 17 05:55:42 2009 +0000
@@ -1205,7 +1205,7 @@
 @cindex dedicated window
 
 Functions for displaying a buffer can be told to not use specific
-windows by marking these window as @dfn{dedicated} to their buffers.
+windows by marking these windows as @dfn{dedicated} to their buffers.
 @code{display-buffer} (@pxref{Choosing Window}) never uses a dedicated
 window for displaying another buffer in it.  @code{get-lru-window} and
 @code{get-largest-window} (@pxref{Selecting Windows}) do not consider
@@ -2184,8 +2184,8 @@
 function returns @code{nil}.
 @end defun
 
-@defun Command fit-window-to-buffer &optional window max-height min-height
-This function makes @var{window} the right height to display its
+@deffn Command fit-window-to-buffer &optional window max-height min-height
+This command makes @var{window} the right height to display its
 contents exactly.  The default for @var{window} is the selected window.
 
 The optional argument @var{max-height} specifies the maximum height the
@@ -2198,7 +2198,7 @@
 This function can delete windows when their height shrinks below
 @var{min-height}.  It returns non-@code{nil} if it orderly resized
 @var{window}, and @code{nil} otherwise.
-@end defun
+@end deffn
 
 @deffn Command shrink-window-if-larger-than-buffer &optional window
 This command shrinks @var{window} vertically to be as small as possible