aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-12-05 14:27:41 +0000
committerJuanma Barranquero2006-12-05 14:27:41 +0000
commit36ff5b1090eb6f11f5372c818cc0aef400396ecb (patch)
tree36ffd38e0be05b76fdc79267098c07c183348bcd
parentec1d7c6e3ea1e110f19b5d6731354418fffde0aa (diff)
downloademacs-36ff5b1090eb6f11f5372c818cc0aef400396ecb.tar.gz
emacs-36ff5b1090eb6f11f5372c818cc0aef400396ecb.zip
(Interactive Shell): Mention the alternative to `~/.emacs_SHELLNAME',
which is `~/.emacs.d/init_SHELLNAME.sh'.
-rw-r--r--man/misc.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/man/misc.texi b/man/misc.texi
index d8511354577..da8c3179b91 100644
--- a/man/misc.texi
+++ b/man/misc.texi
@@ -478,7 +478,8 @@ either or both of these default initializations.
478@file{~/.emacs_@var{shellname}} as input, if it exists, where 478@file{~/.emacs_@var{shellname}} as input, if it exists, where
479@var{shellname} is the name of the file that the shell was loaded 479@var{shellname} is the name of the file that the shell was loaded
480from. For example, if you use bash, the file sent to it is 480from. For example, if you use bash, the file sent to it is
481@file{~/.emacs_bash}. 481@file{~/.emacs_bash}. If this file is not found, Emacs tries to fallback
482on @file{~/.emacs.d/init_@var{shellname}.sh}.
482 483
483 To specify a coding system for the shell, you can use the command 484 To specify a coding system for the shell, you can use the command
484@kbd{C-x @key{RET} c} immediately before @kbd{M-x shell}. You can 485@kbd{C-x @key{RET} c} immediately before @kbd{M-x shell}. You can