diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-07-09 10:47:02 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-07-09 10:47:02 +0000 |
commit | 219afd94785a1637a46c513964d5fd8a9d14ef09 (patch) | |
tree | d105b4a093dadb83726c9f2ad2e0baf5edaf4f4f | |
parent | 97f832722091c983bb9813a70c8b72c4a7afd6cc (diff) | |
download | emacs-219afd94785a1637a46c513964d5fd8a9d14ef09.tar.gz |
(idlwave-shell-set-bp): Fix typos.
-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 664ff6496ad..4372bd90bc9 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/02/16 12:50:25 $ +;; Date: $Date: 2002/05/16 11:58:49 $ ;; 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 occured at a different line then used with the breakpoint +have occurred at a different line than used with the breakpoint command." ;; Get and save the old breakpoints |