From: Juanma Barranquero Date: Mon, 8 Aug 2005 17:50:20 +0000 (+0000) Subject: Fix reference to ~/.emacs.d. X-Git-Tag: emacs-pretest-22.0.90~7750 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b3ff69c1c08e64f59b681bd3d28cc106a92b7a00;p=emacs.git Fix reference to ~/.emacs.d. --- 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. evaluate a Scheme expression but no Scheme subprocess is running. *** If a file `.emacs_NAME' (where NAME is the name of the Scheme interpreter) -exists in the user's home directory or in `user-emacs-directory', its +exists in the user's home directory or in ~/.emacs.d, its contents are sent to the Scheme subprocess upon startup. *** There are new commands to instruct the Scheme interpreter to trace