changeset 74447:b57213679354

(Interactive Shell): Mention the alternative to `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 05 Dec 2006 14:27:41 +0000
parents cc077225d97f
children 6e7e2fde5ed1
files man/misc.texi
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/man/misc.texi	Tue Dec 05 14:21:56 2006 +0000
+++ b/man/misc.texi	Tue Dec 05 14:27:41 2006 +0000
@@ -478,7 +478,8 @@
 @file{~/.emacs_@var{shellname}} as input, if it exists, where
 @var{shellname} is the name of the file that the shell was loaded
 from.  For example, if you use bash, the file sent to it is
-@file{~/.emacs_bash}.
+@file{~/.emacs_bash}.  If this file is not found, Emacs tries to fallback
+on @file{~/.emacs.d/init_@var{shellname}.sh}.
 
   To specify a coding system for the shell, you can use the command
 @kbd{C-x @key{RET} c} immediately before @kbd{M-x shell}.  You can