aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2022-05-02 19:06:45 +0300
committerEli Zaretskii2022-05-02 19:06:45 +0300
commit61d6607174fc34ca5698da0af0acae235ef109de (patch)
tree39f9bfdf5f194f3c42bb68fdf484bff0e83e19e5
parent1477d12882ddf9bfec2beebae722b5680f5e6032 (diff)
downloademacs-61d6607174fc34ca5698da0af0acae235ef109de.tar.gz
emacs-61d6607174fc34ca5698da0af0acae235ef109de.zip
; * etc/NEWS: Improve wording of "M-x scratch-buffer" entry.
-rw-r--r--etc/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 25a976db585..f897158afd0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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'.
714This switches to the *scratch* buffer. If it doesn't exist, create it 714This command switches to the *scratch* buffer. If *scratch* doesn't
715first. 715exist, the command creates it first. You can use this command if you
716inadvertently delete the *scratch* buffer.
716 717
717** Debugging 718** Debugging
718 719