diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-07-10 09:49:40 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-07-10 09:49:40 +0000 |
commit | 1e5cc404ee459814f183b81c6597b2bc8ef4858a (patch) | |
tree | 71760d0f873335099eabb63a3bd1e526f059acc2 /lisp/progmodes/idlw-shell.el | |
parent | bd6406004f3c005b0ab1d3a5a98de9983e54d495 (diff) | |
download | emacs-1e5cc404ee459814f183b81c6597b2bc8ef4858a.tar.gz |
Revert doubtful typo fix.
Diffstat (limited to 'lisp/progmodes/idlw-shell.el')
-rw-r--r-- | lisp/progmodes/idlw-shell.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/idlw-shell.el b/lisp/progmodes/idlw-shell.el index 4372bd90bc9..030d949f60b 100644 --- a/lisp/progmodes/idlw-shell.el +++ b/lisp/progmodes/idlw-shell.el @@ -4,7 +4,7 @@ ;; Author: Chris Chase <chase@att.com> ;; Maintainer: John-David Smith <jdsmith@astro.cornell.edu> ;; Version: 4.7 -;; Date: $Date: 2002/05/16 11:58:49 $ +;; Date: $Date: 2002/07/09 10:47:02 $ ;; Keywords: processes ;; This file is part of GNU Emacs. @@ -2373,7 +2373,7 @@ The breakpoint will be placed at the beginning of the statement on the line specified by BP or at the next IDL statement if that line is not a statement. Determines IDL's internal representation for the breakpoint which may -have occurred at a different line than used with the breakpoint +have occurred at a different line then used with the breakpoint command." ;; Get and save the old breakpoints |