# HG changeset patch # User Richard M. Stallman # Date 1166217703 0 # Node ID 5afa3802aa641c4d52b53a2c375cc6c19d03af58 # Parent efc3b41b25affc253b05643c2037c3bdde0cd81f (shell): Doc fix. diff -r efc3b41b25af -r 5afa3802aa64 lisp/shell.el --- a/lisp/shell.el Fri Dec 15 21:17:01 2006 +0000 +++ b/lisp/shell.el Fri Dec 15 21:21:43 2006 +0000 @@ -520,8 +520,7 @@ If BUFFER exists and shell process is running, just switch to BUFFER. Program used comes from variable `explicit-shell-file-name', or (if that is nil) from the ESHELL environment variable, - or (if that is nil) from `shell-file-name' - or else from SHELL if there is no ESHELL. + or (if that is nil) from `shell-file-name'. If a file `~/.emacs_SHELLNAME' exists, or `~/.emacs.d/init_SHELLNAME.sh', it is given as initial input (but this may be lost, due to a timing error, if the shell discards input when it starts up).