Mercurial > hg > xemacs-beta
diff lisp/startup.el @ 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 | 38db05db9cb5 |
children | 943eaba38521 |
line wrap: on
line diff
--- 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.