# HG changeset patch # User youngs # Date 1007362151 0 # Node ID c6ad4a798ab9aae96e4443decfd0082f66358bcb # Parent eddbb88c3e022b41d060e9bd598f09ff35e3fac4 [xemacs-hg @ 2001-12-03 06:49:11 by youngs] 2001-11-29 Charles G Waldman * startup.el (initial-scratch-message): be correct about case diff -r eddbb88c3e02 -r c6ad4a798ab9 lisp/ChangeLog --- 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 + + * startup.el (initial-scratch-message): be correct about case + 2001-12-02 Adrian Aichner * package-get.el (package-get-update-base-from-buffer): Use diff -r eddbb88c3e02 -r c6ad4a798ab9 lisp/startup.el --- 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.