aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-08-08 17:50:20 +0000
committerJuanma Barranquero2005-08-08 17:50:20 +0000
commitb3ff69c1c08e64f59b681bd3d28cc106a92b7a00 (patch)
treef8d861f7926a0184e74304ad004d6dfd423fa8e8
parent9346901076ec60827a70372faf5ba791423a3bdc (diff)
downloademacs-b3ff69c1c08e64f59b681bd3d28cc106a92b7a00.tar.gz
emacs-b3ff69c1c08e64f59b681bd3d28cc106a92b7a00.zip
Fix reference to ~/.emacs.d.
-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