aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/shell.el
diff options
context:
space:
mode:
authorJim Blandy1993-04-07 15:14:21 +0000
committerJim Blandy1993-04-07 15:14:21 +0000
commitb7fc702ec2848cf07e7cc574a3f225d10f578d99 (patch)
tree7a81cefc8ce44b02b6eb37e0fd51a1558a93c614 /lisp/shell.el
parentd0386f2a50b5a663f3a59554861e37c6cb8c4be6 (diff)
downloademacs-b7fc702ec2848cf07e7cc574a3f225d10f578d99.tar.gz
emacs-b7fc702ec2848cf07e7cc574a3f225d10f578d99.zip
Doc fix.
Diffstat (limited to 'lisp/shell.el')
-rw-r--r--lisp/shell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/shell.el b/lisp/shell.el
index 88e62c64361..bf7d2b820e4 100644
--- a/lisp/shell.el
+++ b/lisp/shell.el
@@ -287,7 +287,7 @@ Otherwise, one argument `-i' is passed to the shell.
287;;; changes the current directory of the shell buffer accordingly. 287;;; changes the current directory of the shell buffer accordingly.
288;;; 288;;;
289;;; This is basically a fragile hack, although it's more accurate than 289;;; This is basically a fragile hack, although it's more accurate than
290;;; the released version in shell.el. It has the following failings: 290;;; the version in Emacs 18's shell.el. It has the following failings:
291;;; 1. It doesn't know about the cdpath shell variable. 291;;; 1. It doesn't know about the cdpath shell variable.
292;;; 2. It only spots the first command in a command sequence. E.g., it will 292;;; 2. It only spots the first command in a command sequence. E.g., it will
293;;; miss the cd in "ls; cd foo" 293;;; miss the cd in "ls; cd foo"