aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland McGrath1993-04-19 21:26:07 +0000
committerRoland McGrath1993-04-19 21:26:07 +0000
commit8f95f0ced425ffabdead7e701574822108a93f12 (patch)
tree6f0f75e643823a4d8091f8cfb32b18ed8a4eda0d
parentbd5201e334a09027fae2c025b90d5138b5db5998 (diff)
downloademacs-8f95f0ced425ffabdead7e701574822108a93f12.tar.gz
emacs-8f95f0ced425ffabdead7e701574822108a93f12.zip
(shell-mode): isationization (doc fix).
-rw-r--r--lisp/shell.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/shell.el b/lisp/shell.el
index 1f69e426d91..0c405026e65 100644
--- a/lisp/shell.el
+++ b/lisp/shell.el
@@ -135,7 +135,7 @@
135;;; cmushell-mode-map, that sort of thing. All the names have been carefully 135;;; cmushell-mode-map, that sort of thing. All the names have been carefully
136;;; chosen so that shell.el and cmushell.el won't tromp on each other. 136;;; chosen so that shell.el and cmushell.el won't tromp on each other.
137 137
138;;; Customisation and Buffer Variables 138;;; Customization and Buffer Variables
139;;; =========================================================================== 139;;; ===========================================================================
140;;; 140;;;
141 141
@@ -219,7 +219,7 @@ M-x dirs queries the shell and resyncs Emacs' idea of what the current
219M-x dirtrack-toggle turns directory tracking on and off. 219M-x dirtrack-toggle turns directory tracking on and off.
220 220
221\\{shell-mode-map} 221\\{shell-mode-map}
222Customisation: Entry to this mode runs the hooks on comint-mode-hook and 222Customization: Entry to this mode runs the hooks on comint-mode-hook and
223shell-mode-hook (in that order). 223shell-mode-hook (in that order).
224 224
225Variables shell-cd-regexp, shell-pushd-regexp and shell-popd-regexp are used 225Variables shell-cd-regexp, shell-pushd-regexp and shell-popd-regexp are used
@@ -548,7 +548,7 @@ command again."
548 548
549 549
550 550
551;;; Do the user's customisation... 551;;; Do the user's customization...
552;;;=============================== 552;;;===============================
553(defvar shell-load-hook nil 553(defvar shell-load-hook nil
554 "This hook is run when shell is loaded in. 554 "This hook is run when shell is loaded in.