diff options
| author | Eli Zaretskii | 2022-05-02 19:06:45 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2022-05-02 19:06:45 +0300 |
| commit | 61d6607174fc34ca5698da0af0acae235ef109de (patch) | |
| tree | 39f9bfdf5f194f3c42bb68fdf484bff0e83e19e5 | |
| parent | 1477d12882ddf9bfec2beebae722b5680f5e6032 (diff) | |
| download | emacs-61d6607174fc34ca5698da0af0acae235ef109de.tar.gz emacs-61d6607174fc34ca5698da0af0acae235ef109de.zip | |
; * etc/NEWS: Improve wording of "M-x scratch-buffer" entry.
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -711,8 +711,9 @@ script that was used in ancient South Asia. A new input method, | |||
| 711 | 711 | ||
| 712 | +++ | 712 | +++ |
| 713 | *** New command 'scratch-buffer'. | 713 | *** New command 'scratch-buffer'. |
| 714 | This switches to the *scratch* buffer. If it doesn't exist, create it | 714 | This command switches to the *scratch* buffer. If *scratch* doesn't |
| 715 | first. | 715 | exist, the command creates it first. You can use this command if you |
| 716 | inadvertently delete the *scratch* buffer. | ||
| 716 | 717 | ||
| 717 | ** Debugging | 718 | ** Debugging |
| 718 | 719 | ||