]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a factual error in Introduction to Emacs Lisp
authorEli Zaretskii <eliz@gnu.org>
Sat, 30 Jun 2018 13:13:01 +0000 (16:13 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 30 Jun 2018 13:13:01 +0000 (16:13 +0300)
* doc/lispintro/emacs-lisp-intro.texi (Buffer Names): Update the
key that exits the splash screen.  (Bug#32019)

doc/lispintro/emacs-lisp-intro.texi

index cc940e5cbdc98c08bbe86c22b7ebd7ece2454948..be3e938b2456a780a9a41529241fb1ecc7507f5b 100644 (file)
@@ -2729,8 +2729,8 @@ In the old days, when you lacked a @file{~/.emacs} file and started an
 Emacs session by typing the command @code{emacs} alone, without naming
 any files, Emacs started with the @file{*scratch*} buffer visible.
 Nowadays, you will see a splash screen.  You can follow one of the
-commands suggested on the splash screen, visit a file, or press the
-spacebar to reach the @file{*scratch*} buffer.
+commands suggested on the splash screen, visit a file, or press @kbd{q}
+to quit the splash screen and reach the @file{*scratch*} buffer.
 
 If you switch to the @file{*scratch*} buffer, type
 @code{(buffer-name)}, position the cursor after it, and then type