aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-03-30 07:31:38 +0000
committerRichard M. Stallman1995-03-30 07:31:38 +0000
commit75c7042521f07ccc6a52da68ed0463cdc5e47b17 (patch)
tree5f1845943eb1fcb0280a09846b52d670614a2a0f
parent2b979e14a374261e3c813a4788a0784e2fd0599b (diff)
downloademacs-75c7042521f07ccc6a52da68ed0463cdc5e47b17.tar.gz
emacs-75c7042521f07ccc6a52da68ed0463cdc5e47b17.zip
Comment change.
-rw-r--r--lisp/shell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/shell.el b/lisp/shell.el
index 3d60af3f6d1..68ddbed3649 100644
--- a/lisp/shell.el
+++ b/lisp/shell.el
@@ -90,7 +90,7 @@
90;;; m-c-b shell-backward-command Backward a shell command 90;;; m-c-b shell-backward-command Backward a shell command
91;;; dirs Resync the buffer's dir stack 91;;; dirs Resync the buffer's dir stack
92;;; dirtrack-toggle Turn dir tracking on/off 92;;; dirtrack-toggle Turn dir tracking on/off
93;;; shell-strip-ctrl-m Remove trailing ^Ms from output 93;;; comint-strip-ctrl-m Remove trailing ^Ms from output
94;;; 94;;;
95;;; The shell mode hook is shell-mode-hook 95;;; The shell mode hook is shell-mode-hook
96;;; comint-prompt-regexp is initialised to shell-prompt-pattern, for backwards 96;;; comint-prompt-regexp is initialised to shell-prompt-pattern, for backwards