diff options
| author | Miles Bader | 2007-06-11 00:58:11 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-06-11 00:58:11 +0000 |
| commit | fb9a13e3dca1685b81fcf4d345133fb34911594d (patch) | |
| tree | 181797239f450c33ca8fd0d4d18686bbfc68859d /src/window.c | |
| parent | 4d3e23e3e8273e820d69e0ecca0f409c4b9a179e (diff) | |
| parent | 2d715b39ea1c89066f469405d065dd1a6631d28e (diff) | |
| download | emacs-fb9a13e3dca1685b81fcf4d345133fb34911594d.tar.gz emacs-fb9a13e3dca1685b81fcf4d345133fb34911594d.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 781-792)
- Update from CVS
- Merge from gnus--rel--5.10
- Merge from emacs--rel--22
* emacs--rel--22 (patch 33-41)
* gnus--rel--5.10 (patch 226-228)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-219
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window.c b/src/window.c index f417c7458d4..61be973e180 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -4110,8 +4110,8 @@ too small. */) | |||
| 4110 | DEFUN ("shrink-window", Fshrink_window, Sshrink_window, 1, 2, "p", | 4110 | DEFUN ("shrink-window", Fshrink_window, Sshrink_window, 1, 2, "p", |
| 4111 | doc: /* Make current window ARG lines smaller. | 4111 | doc: /* Make current window ARG lines smaller. |
| 4112 | From program, optional second arg non-nil means shrink sideways arg columns. | 4112 | From program, optional second arg non-nil means shrink sideways arg columns. |
| 4113 | Interactively, if an argument is not given, make the window one line smaller. Only | 4113 | Interactively, if an argument is not given, make the window one line smaller. |
| 4114 | siblings to the right or below are changed. */) | 4114 | Only siblings to the right or below are changed. */) |
| 4115 | (arg, side) | 4115 | (arg, side) |
| 4116 | Lisp_Object arg, side; | 4116 | Lisp_Object arg, side; |
| 4117 | { | 4117 | { |