comparison 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
comparison
equal deleted inserted replaced
683:eddbb88c3e02 684:c6ad4a798ab9
576 576
577 (defconst initial-scratch-message "\ 577 (defconst initial-scratch-message "\
578 ;; This buffer is for notes you don't want to save, and for Lisp evaluation. 578 ;; This buffer is for notes you don't want to save, and for Lisp evaluation.
579 ;; If you want to create a file, first visit that file with C-x C-f, 579 ;; If you want to create a file, first visit that file with C-x C-f,
580 ;; then enter the text in that file's own buffer. (C-x is the standard 580 ;; then enter the text in that file's own buffer. (C-x is the standard
581 ;; XEmacs abbreviation for `Control+X', i.e. hold down the Control key 581 ;; XEmacs abbreviation for `Control+x', i.e. hold down the Control key
582 ;; while hitting the X key.) 582 ;; while hitting the x key.)
583 ;; 583 ;;
584 ;; For Lisp evaluation, type an expression, move to the end and hit C-j. 584 ;; For Lisp evaluation, type an expression, move to the end and hit C-j.
585 585
586 " 586 "
587 "Initial message displayed in *scratch* buffer at startup. 587 "Initial message displayed in *scratch* buffer at startup.