changeset 1959:b10161763edf

[xemacs-hg @ 2004-03-20 12:51:25 by adrian] xemacs-21.5: Typo and copycat fix for etc/sample.init.el -------------------- ChangeLog entries follow: -------------------- etc/ChangeLog addition: 2004-03-20 Adrian Aichner <adrian@xemacs.org> * sample.init.el: Typo and copycat fix.
author adrian
date Sat, 20 Mar 2004 12:51:25 +0000
parents 308063db4f18
children f4702ef3fd36
files etc/ChangeLog etc/sample.init.el
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/etc/ChangeLog	Fri Mar 19 22:50:48 2004 +0000
+++ b/etc/ChangeLog	Sat Mar 20 12:51:25 2004 +0000
@@ -1,3 +1,7 @@
+2004-03-20  Adrian Aichner  <adrian@xemacs.org>
+
+	* sample.init.el: Typo and copycat fix.
+
 2003-11-28  Norbert Koch  <viteno@xemacs.org>
 
 	* PACKAGES (erc): new.
--- a/etc/sample.init.el	Fri Mar 19 22:50:48 2004 +0000
+++ b/etc/sample.init.el	Sat Mar 20 12:51:25 2004 +0000
@@ -273,7 +273,7 @@
 ;; and in fact all we've done is copied the definition.  Note again
 ;; how we check to avoid clobbering an existing definition. (It's good
 ;; style to do this, in case some improvement was made to the
-;; already-existing function -- otherwise we might subsitute an older
+;; already-existing function -- otherwise we might substitute an older
 ;; definition and possibly break some code elsewhere.)
 ;;
 ;; NOTE ALSO: It is in general *NOT* a good idea to do what we're
@@ -1263,7 +1263,7 @@
 
 
 ;;; ********************
-;;; Filladapt is a syntax-highlighting package.  When it is enabled it
+;;; Filladapt is an adaptive text-filling package.  When it is enabled it
 ;;; makes filling (e.g. using M-q) much much smarter about paragraphs
 ;;; that are indented and/or are set off with semicolons, dashes, etc.