Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
df006536
Commit
df006536
authored
Jun 17, 2009
by
Martin Rudalics
Browse files
(Dedicated Windows): Fix typo.
(Resizing Windows): Replace @defun by @deffn.
parent
54b31cbf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+5
-0
doc/lispref/windows.texi
doc/lispref/windows.texi
+4
-4
No files found.
doc/lispref/ChangeLog
View file @
df006536
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):
...
...
doc/lispref/windows.texi
View file @
df006536
...
...
@@ -1205,7 +1205,7 @@ In that case, the value of @code{pop-up-frames} is disregarded.
@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 window
s
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 @@ requested size adjustment, it signals an error. On success, this
function returns @code{nil}.
@end defun
@def
u
n Command fit-window-to-buffer &optional window max-height min-height
This
function
makes @var{window} the right height to display its
@def
f
n 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 @@ mode line and/or header line.
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 def
u
n
@end def
f
n
@deffn Command shrink-window-if-larger-than-buffer &optional window
This command shrinks @var{window} vertically to be as small as possible
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment