aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 71975e02e56..518c075c20f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1757,7 +1757,7 @@ This was actually done in Emacs-21.1, and was not documented.
1757evaluate a Scheme expression but no Scheme subprocess is running. 1757evaluate a Scheme expression but no Scheme subprocess is running.
1758 1758
1759*** If a file `.emacs_NAME' (where NAME is the name of the Scheme interpreter) 1759*** If a file `.emacs_NAME' (where NAME is the name of the Scheme interpreter)
1760exists in the user's home directory or in `user-emacs-directory', its 1760exists in the user's home directory or in ~/.emacs.d, its
1761contents are sent to the Scheme subprocess upon startup. 1761contents are sent to the Scheme subprocess upon startup.
1762 1762
1763*** There are new commands to instruct the Scheme interpreter to trace 1763*** There are new commands to instruct the Scheme interpreter to trace