aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2007-06-04 22:50:02 +0000
committerJuanma Barranquero2007-06-04 22:50:02 +0000
commit56a94c1e3780d4b85aa4754698ccc8edf9c8a823 (patch)
tree1e8c0e299e47e2da23a89d1e8885d4222b1d6705 /src
parent6e04fc985649ab0840bf654a3a43297201b9dca5 (diff)
downloademacs-56a94c1e3780d4b85aa4754698ccc8edf9c8a823.tar.gz
emacs-56a94c1e3780d4b85aa4754698ccc8edf9c8a823.zip
(Fshrink_window): Reflow docstring.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/window.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a6b4c8a59b6..d0d52031f4f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12007-06-04 Juanma Barranquero <lekktu@gmail.com>
2
3 * window.c (Fshrink_window): Reflow docstring.
4
12007-06-02 Chong Yidong <cyd@stupidchicken.com> 52007-06-02 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * Version 22.1 released. 7 * Version 22.1 released.
diff --git a/src/window.c b/src/window.c
index 562f471de36..54c70bb569d 100644
--- a/src/window.c
+++ b/src/window.c
@@ -4110,8 +4110,8 @@ too small. */)
4110DEFUN ("shrink-window", Fshrink_window, Sshrink_window, 1, 2, "p", 4110DEFUN ("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.
4112From program, optional second arg non-nil means shrink sideways arg columns. 4112From program, optional second arg non-nil means shrink sideways arg columns.
4113Interactively, if an argument is not given, make the window one line smaller. Only 4113Interactively, if an argument is not given, make the window one line smaller.
4114siblings to the right or below are changed. */) 4114Only 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{