emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/lispref ChangeLog windows.texi


From: Martin Rudalics
Subject: [Emacs-diffs] emacs/doc/lispref ChangeLog windows.texi
Date: Wed, 17 Jun 2009 05:55:42 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Martin Rudalics <m061211>       09/06/17 05:55:42

Modified files:
        doc/lispref    : ChangeLog windows.texi 

Log message:
        (Dedicated Windows): Fix typo.
        (Resizing Windows): Replace @defun by @deffn.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/ChangeLog?cvsroot=emacs&r1=1.289&r2=1.290
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/windows.texi?cvsroot=emacs&r1=1.34&r2=1.35

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/ChangeLog,v
retrieving revision 1.289
retrieving revision 1.290
diff -u -b -r1.289 -r1.290
--- ChangeLog   17 Jun 2009 02:58:56 -0000      1.289
+++ ChangeLog   17 Jun 2009 05:55:42 -0000      1.290
@@ -1,3 +1,8 @@
+2009-06-17  Martin Rudalics  <address@hidden>
+
+       * windows.texi (Dedicated Windows): Fix typo.
+       (Resizing Windows): Replace @defun by @deffn.
+
 2009-06-17  Glenn Morris  <address@hidden>
 
        * variables.texi (Directory Local Variables):

Index: windows.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/windows.texi,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- windows.texi        21 May 2009 15:31:34 -0000      1.34
+++ windows.texi        17 Jun 2009 05:55:42 -0000      1.35
@@ -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
 
address@hidden Command fit-window-to-buffer &optional window max-height 
min-height
-This function makes @var{window} the right height to display its
address@hidden 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 address@hidden if it orderly resized
 @var{window}, and @code{nil} otherwise.
address@hidden defun
address@hidden deffn
 
 @deffn Command shrink-window-if-larger-than-buffer &optional window
 This command shrinks @var{window} vertically to be as small as possible




reply via email to

[Prev in Thread] Current Thread [Next in Thread]