]> git.eshelyaron.com Git - emacs.git/commitdiff
(shell): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 15 Dec 2006 21:17:01 +0000 (21:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 15 Dec 2006 21:17:01 +0000 (21:17 +0000)
lisp/ChangeLog
lisp/shell.el

index f93539c416c44b35b19688add436c28e4b6582cc..4a746ddce8aeeecd116172205135ffe2eaec820f 100644 (file)
@@ -1,3 +1,7 @@
+2006-12-15  Richard Stallman  <rms@gnu.org>
+
+       * shell.el (shell): Doc fix.
+
 2006-12-15  Kevin Gallagher <Kevin.Gallagher@boeing.com>
 
        * emulation/edt.el (edt-xserver): 
index 2b1b6a907e4d138985e942f8b70fe282026a770d..a257bafcd4f5ea3bb6d6e01cfe7c6f9355ed3966 100644 (file)
@@ -520,10 +520,11 @@ If BUFFER exists but shell process is not running, make new shell.
 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.
 If a file `~/.emacs_SHELLNAME' exists, or `~/.emacs.d/init_SHELLNAME.sh',
-it is given as initial input (Note that this may lose due to a timing
-error if the shell discards input when it starts up).
+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).
 The buffer is put in Shell mode, giving commands for sending input
 and controlling the subjobs of the shell.  See `shell-mode'.
 See also the variable `shell-prompt-pattern'.