# HG changeset patch # User Jim Blandy # Date 734195661 0 # Node ID 250c60d32a5a9ce70ffa5990dced4aa662e3445d # Parent 35aa32e1a003b5e8e800e9f58aaf7c406249dd03 Doc fix. diff -r 35aa32e1a003 -r 250c60d32a5a lisp/shell.el --- a/lisp/shell.el Wed Apr 07 14:57:22 1993 +0000 +++ b/lisp/shell.el Wed Apr 07 15:14:21 1993 +0000 @@ -287,7 +287,7 @@ ;;; changes the current directory of the shell buffer accordingly. ;;; ;;; This is basically a fragile hack, although it's more accurate than -;;; the released version in shell.el. It has the following failings: +;;; the version in Emacs 18's shell.el. It has the following failings: ;;; 1. It doesn't know about the cdpath shell variable. ;;; 2. It only spots the first command in a command sequence. E.g., it will ;;; miss the cd in "ls; cd foo"