diff options
| author | Martin Rudalics | 2009-06-17 05:55:42 +0000 |
|---|---|---|
| committer | Martin Rudalics | 2009-06-17 05:55:42 +0000 |
| commit | df006536eb37c4dcdc26efd51c8b39ff08b5742a (patch) | |
| tree | aa38c92ce7f76ff7775df7cd4febbf9e1bca6e93 | |
| parent | 54b31cbfe21cd91ab1c3a06195e1284781b0d7c1 (diff) | |
| download | emacs-df006536eb37c4dcdc26efd51c8b39ff08b5742a.tar.gz emacs-df006536eb37c4dcdc26efd51c8b39ff08b5742a.zip | |
(Dedicated Windows): Fix typo.
(Resizing Windows): Replace @defun by @deffn.
| -rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/windows.texi | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index f1c9324f736..fa67f9740a2 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-06-17 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * windows.texi (Dedicated Windows): Fix typo. | ||
| 4 | (Resizing Windows): Replace @defun by @deffn. | ||
| 5 | |||
| 1 | 2009-06-17 Glenn Morris <rgm@gnu.org> | 6 | 2009-06-17 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * variables.texi (Directory Local Variables): | 8 | * variables.texi (Directory Local Variables): |
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index ad9f012f796..539ed6e4514 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi | |||
| @@ -1205,7 +1205,7 @@ In that case, the value of @code{pop-up-frames} is disregarded. | |||
| 1205 | @cindex dedicated window | 1205 | @cindex dedicated window |
| 1206 | 1206 | ||
| 1207 | Functions for displaying a buffer can be told to not use specific | 1207 | Functions for displaying a buffer can be told to not use specific |
| 1208 | windows by marking these window as @dfn{dedicated} to their buffers. | 1208 | windows by marking these windows as @dfn{dedicated} to their buffers. |
| 1209 | @code{display-buffer} (@pxref{Choosing Window}) never uses a dedicated | 1209 | @code{display-buffer} (@pxref{Choosing Window}) never uses a dedicated |
| 1210 | window for displaying another buffer in it. @code{get-lru-window} and | 1210 | window for displaying another buffer in it. @code{get-lru-window} and |
| 1211 | @code{get-largest-window} (@pxref{Selecting Windows}) do not consider | 1211 | @code{get-largest-window} (@pxref{Selecting Windows}) do not consider |
| @@ -2184,8 +2184,8 @@ requested size adjustment, it signals an error. On success, this | |||
| 2184 | function returns @code{nil}. | 2184 | function returns @code{nil}. |
| 2185 | @end defun | 2185 | @end defun |
| 2186 | 2186 | ||
| 2187 | @defun Command fit-window-to-buffer &optional window max-height min-height | 2187 | @deffn Command fit-window-to-buffer &optional window max-height min-height |
| 2188 | This function makes @var{window} the right height to display its | 2188 | This command makes @var{window} the right height to display its |
| 2189 | contents exactly. The default for @var{window} is the selected window. | 2189 | contents exactly. The default for @var{window} is the selected window. |
| 2190 | 2190 | ||
| 2191 | The optional argument @var{max-height} specifies the maximum height the | 2191 | The optional argument @var{max-height} specifies the maximum height the |
| @@ -2198,7 +2198,7 @@ mode line and/or header line. | |||
| 2198 | This function can delete windows when their height shrinks below | 2198 | This function can delete windows when their height shrinks below |
| 2199 | @var{min-height}. It returns non-@code{nil} if it orderly resized | 2199 | @var{min-height}. It returns non-@code{nil} if it orderly resized |
| 2200 | @var{window}, and @code{nil} otherwise. | 2200 | @var{window}, and @code{nil} otherwise. |
| 2201 | @end defun | 2201 | @end deffn |
| 2202 | 2202 | ||
| 2203 | @deffn Command shrink-window-if-larger-than-buffer &optional window | 2203 | @deffn Command shrink-window-if-larger-than-buffer &optional window |
| 2204 | This command shrinks @var{window} vertically to be as small as possible | 2204 | This command shrinks @var{window} vertically to be as small as possible |