# HG changeset patch # User Juanma Barranquero # Date 1165328861 0 # Node ID b57213679354bb81bf204e9321a394a0e3ad23a5 # Parent cc077225d97fd799f3da7b7d4cd9eb18416763e2 (Interactive Shell): Mention the alternative to `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'. diff -r cc077225d97f -r b57213679354 man/misc.texi --- 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