aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2018-06-30 16:13:01 +0300
committerEli Zaretskii2018-06-30 16:13:01 +0300
commit2f149c074d4323e607f4c91b5e6f80c4efd8e09b (patch)
treeb8658f0cf05a6da861f238babfeac280e87d53d4
parent8ad50a34e5b9a7ebb7a1f52b3c0a3b7e3570e40b (diff)
downloademacs-2f149c074d4323e607f4c91b5e6f80c4efd8e09b.tar.gz
emacs-2f149c074d4323e607f4c91b5e6f80c4efd8e09b.zip
Fix a factual error in Introduction to Emacs Lisp
* doc/lispintro/emacs-lisp-intro.texi (Buffer Names): Update the key that exits the splash screen. (Bug#32019)
-rw-r--r--doc/lispintro/emacs-lisp-intro.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi
index cc940e5cbdc..be3e938b245 100644
--- a/doc/lispintro/emacs-lisp-intro.texi
+++ b/doc/lispintro/emacs-lisp-intro.texi
@@ -2729,8 +2729,8 @@ In the old days, when you lacked a @file{~/.emacs} file and started an
2729Emacs session by typing the command @code{emacs} alone, without naming 2729Emacs session by typing the command @code{emacs} alone, without naming
2730any files, Emacs started with the @file{*scratch*} buffer visible. 2730any files, Emacs started with the @file{*scratch*} buffer visible.
2731Nowadays, you will see a splash screen. You can follow one of the 2731Nowadays, you will see a splash screen. You can follow one of the
2732commands suggested on the splash screen, visit a file, or press the 2732commands suggested on the splash screen, visit a file, or press @kbd{q}
2733spacebar to reach the @file{*scratch*} buffer. 2733to quit the splash screen and reach the @file{*scratch*} buffer.
2734 2734
2735If you switch to the @file{*scratch*} buffer, type 2735If you switch to the @file{*scratch*} buffer, type
2736@code{(buffer-name)}, position the cursor after it, and then type 2736@code{(buffer-name)}, position the cursor after it, and then type