summaryrefslogtreecommitdiff
path: root/lisp/shell.el
diff options
context:
space:
mode:
authorSimon Marshall <simon@gnu.org>1995-01-10 12:08:21 +0000
committerSimon Marshall <simon@gnu.org>1995-01-10 12:08:21 +0000
commit5b4fd6732394e43655bd3daaa594e1e8d52805b0 (patch)
tree90f28018b08117c2321d43f726d58d867da0cecb /lisp/shell.el
parent688d3c3f86dc30792b20706459f1465e3d8f38b3 (diff)
downloademacs-5b4fd6732394e43655bd3daaa594e1e8d52805b0.tar.gz
Doc fixes (simon's email address and shell-mode)
Diffstat (limited to 'lisp/shell.el')
-rw-r--r--lisp/shell.el17
1 files changed, 10 insertions, 7 deletions
diff --git a/lisp/shell.el b/lisp/shell.el
index c561bab42e9..3e68ded62eb 100644
--- a/lisp/shell.el
+++ b/lisp/shell.el
@@ -3,7 +3,7 @@
;; Copyright (C) 1988, 1993, 1994 Free Software Foundation, Inc.
;; Author: Olin Shivers <shivers@cs.cmu.edu>
-;; Maintainer: Simon Marshall <s.marshall@dcs.hull.ac.uk>
+;; Maintainer: Simon Marshall <simon@gnu.ai.mit.edu>
;; Keywords: processes
;; This file is part of GNU Emacs.
@@ -27,7 +27,7 @@
;;; Please send me bug reports, bug fixes, and extensions, so that I can
;;; merge them into the master source.
;;; - Olin Shivers (shivers@cs.cmu.edu)
-;;; - Simon Marshall (s.marshall@dcs.hull.ac.uk)
+;;; - Simon Marshall (simon@gnu.ai.mit.edu)
;;; This file defines a a shell-in-a-buffer package (shell mode) built
;;; on top of comint mode. This is actually cmushell with things
@@ -257,18 +257,21 @@ Return after the end of the process' output sends the text from the
end of process to the end of the current line.
Return before end of process output copies the current line (except
for the prompt) to the end of the buffer and sends it.
-M-x send-invisible reads a line of text without echoing it, and sends it to
+\\[send-invisible] reads a line of text without echoing it, and sends it to
the shell. This is useful for entering passwords. Or, add the function
`comint-watch-for-password-prompt' to `comint-output-filter-functions'.
+If you want to make multiple shell buffers, rename the `*shell*' buffer
+using \\[rename-buffer] or \\[rename-uniquely] and start a new shell.
+
If you accidentally suspend your process, use \\[comint-continue-subjob]
to continue it.
-cd, pushd and popd commands given to the shell are watched by Emacs to keep
-this buffer's default directory the same as the shell's working directory.
-M-x dirs queries the shell and resyncs Emacs' idea of what the current
+`cd', `pushd' and `popd' commands given to the shell are watched by Emacs to
+keep this buffer's default directory the same as the shell's working directory.
+\\[dirs] queries the shell and resyncs Emacs' idea of what the current
directory stack is.
-M-x dirtrack-toggle turns directory tracking on and off.
+\\[dirtrack-toggle] turns directory tracking on and off.
\\{shell-mode-map}
Customization: Entry to this mode runs the hooks on `comint-mode-hook' and