diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 4 |
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 | |||
| 2729 | Emacs session by typing the command @code{emacs} alone, without naming | 2729 | Emacs session by typing the command @code{emacs} alone, without naming |
| 2730 | any files, Emacs started with the @file{*scratch*} buffer visible. | 2730 | any files, Emacs started with the @file{*scratch*} buffer visible. |
| 2731 | Nowadays, you will see a splash screen. You can follow one of the | 2731 | Nowadays, you will see a splash screen. You can follow one of the |
| 2732 | commands suggested on the splash screen, visit a file, or press the | 2732 | commands suggested on the splash screen, visit a file, or press @kbd{q} |
| 2733 | spacebar to reach the @file{*scratch*} buffer. | 2733 | to quit the splash screen and reach the @file{*scratch*} buffer. |
| 2734 | 2734 | ||
| 2735 | If you switch to the @file{*scratch*} buffer, type | 2735 | If 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 |