changeset 684:c6ad4a798ab9

[xemacs-hg @ 2001-12-03 06:49:11 by youngs] 2001-11-29 Charles G Waldman <cgw@xemacs.org> * startup.el (initial-scratch-message): be correct about case
author youngs
date Mon, 03 Dec 2001 06:49:11 +0000
parents eddbb88c3e02
children 9a0959b535de
files lisp/ChangeLog lisp/startup.el
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Dec 02 22:06:19 2001 +0000
+++ b/lisp/ChangeLog	Mon Dec 03 06:49:11 2001 +0000
@@ -1,3 +1,7 @@
+2001-11-29 Charles G Waldman <cgw@xemacs.org>
+
+	* startup.el (initial-scratch-message): be correct about case
+
 2001-12-02  Adrian Aichner  <adrian@xemacs.org>
 
 	* package-get.el (package-get-update-base-from-buffer): Use
--- a/lisp/startup.el	Sun Dec 02 22:06:19 2001 +0000
+++ b/lisp/startup.el	Mon Dec 03 06:49:11 2001 +0000
@@ -578,8 +578,8 @@
 ;; This buffer is for notes you don't want to save, and for Lisp evaluation.
 ;; If you want to create a file, first visit that file with C-x C-f,
 ;; then enter the text in that file's own buffer. (C-x is the standard
-;; XEmacs abbreviation for `Control+X', i.e. hold down the Control key
-;; while hitting the X key.)
+;; XEmacs abbreviation for `Control+x', i.e. hold down the Control key
+;; while hitting the x key.)
 ;;
 ;; For Lisp evaluation, type an expression, move to the end and hit C-j.