changeset 52855:fd2f7022e7bd

*** empty log message ***
author Lute Kamstra <lute@gnu.org>
date Tue, 14 Oct 2003 11:30:11 +0000
parents f6ac1fc587f8
children 05c3a0a53ad9
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Oct 14 11:29:50 2003 +0000
+++ b/lisp/ChangeLog	Tue Oct 14 11:30:11 2003 +0000
@@ -1,3 +1,8 @@
+2003-10-14  Lute Kamstra  <lute@gnu.org>
+
+	* fringe.el (fringe-mode): Use active voice in docstring.
+	(set-fringe-style): Ditto.
+
 2003-10-13  Lute Kamstra  <lute@gnu.org>
 
 	* fringe.el (fringe-mode): Fix docstring.
--- a/src/ChangeLog	Tue Oct 14 11:29:50 2003 +0000
+++ b/src/ChangeLog	Tue Oct 14 11:30:11 2003 +0000
@@ -1,5 +1,8 @@
+2003-10-14  Lute Kamstra  <lute@gnu.org>
+
+	* window.c (Fset_window_fringes): Clarify docstring.
+
 2003-10-14  Kim F. Storm  <storm@cua.dk>
-
 	* window.c (Fset_window_margins): Simplify arg checking.
 
 2003-10-13  Richard M. Stallman  <rms@gnu.org>