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
18fde850
Commit
18fde850
authored
May 24, 2005
by
Juanma Barranquero
Browse files
(quit-window, shrink-window-if-larger-than-buffer): Doc fixes.
parent
16b12668
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/window.el
lisp/window.el
+2
-3
No files found.
lisp/ChangeLog
View file @
18fde850
2005-05-24 Juanma Barranquero <lekktu@gmail.com>
* window.el (quit-window, shrink-window-if-larger-than-buffer):
Doc fixes.
2005-05-24 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdb-inferior-io-mode-map): Bind
...
...
lisp/window.el
View file @
18fde850
...
...
@@ -543,8 +543,7 @@ Do not shrink to less than `window-min-height' lines.
Do
nothing
if
the
buffer
contains
more
lines
than
the
present
window
height,
or
if
some
of
the
window
's
contents
are
scrolled
out
of
view,
or
if
shrinking
this
window
would
also
shrink
another
window.
or
if
the
window
is
the
only
window
of
its
frame.
Return
non-nil
if
the
window
was
shrunk.
"
or
if
the
window
is
the
only
window
of
its
frame.
"
(interactive)
(when (null window)
(setq window (selected-window)))
...
...
@@ -583,7 +582,7 @@ Return non-nil if the window was shrunk."
(defun quit-window (&optional kill window)
"
Quit
the
current
buffer.
Bury
it,
and
maybe
delete
the
selected
frame.
\(The
frame
is
deleted
if
it
is
contains
a
dedicated
window
for
the
buffer.
)
\(The
frame
is
deleted
if
it
contains
a
dedicated
window
for
the
buffer.
)
With
a
prefix
argument,
kill
the
buffer
instead.
Noninteractively,
if
KILL
is
non-nil,
then
kill
the
current
buffer,
...
...
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