diff options
| author | Juanma Barranquero | 2005-08-08 17:50:20 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-08-08 17:50:20 +0000 |
| commit | b3ff69c1c08e64f59b681bd3d28cc106a92b7a00 (patch) | |
| tree | f8d861f7926a0184e74304ad004d6dfd423fa8e8 | |
| parent | 9346901076ec60827a70372faf5ba791423a3bdc (diff) | |
| download | emacs-b3ff69c1c08e64f59b681bd3d28cc106a92b7a00.tar.gz emacs-b3ff69c1c08e64f59b681bd3d28cc106a92b7a00.zip | |
Fix reference to ~/.emacs.d.
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1757,7 +1757,7 @@ This was actually done in Emacs-21.1, and was not documented. | |||
| 1757 | evaluate a Scheme expression but no Scheme subprocess is running. | 1757 | evaluate 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) |
| 1760 | exists in the user's home directory or in `user-emacs-directory', its | 1760 | exists in the user's home directory or in ~/.emacs.d, its |
| 1761 | contents are sent to the Scheme subprocess upon startup. | 1761 | contents 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 |