diff lispref/ChangeLog @ 54200:b0293635c42b

* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use $(DEL) instead of rm, and ignore exit code. * lispintro/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use $(DEL) instead of rm, and ignore exit code. * lispref/makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of rm, and ignore exit code.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 29 Feb 2004 20:28:11 +0000
parents 197b774698f8
children d41dd3d19ce4
line wrap: on
line diff
--- a/lispref/ChangeLog	Sun Feb 29 19:15:43 2004 +0000
+++ b/lispref/ChangeLog	Sun Feb 29 20:28:11 2004 +0000
@@ -1,3 +1,8 @@
+2004-02-29  Juanma Barranquero  <lektu@terra.es>
+
+	* makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
+	rm, and ignore exit code.
+
 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
 
 	* display.texi (Defining Faces): Add description for min-colors.
@@ -490,7 +495,7 @@
 	arguments.
 	(String Conversion): More completely describe argument BASE in
 	`string-to-number'.
-	(Formatting Strings): `%s' and `%S" in `format' do require
+	(Formatting Strings): `%s' and `%S' in `format' do require
 	corresponding object.  Clarify behavior of numeric prefix after
 	`%' in `format'.
 	(Case Conversion): The argument to `upcase-initials' can be a