]> git.eshelyaron.com Git - emacs.git/commitdiff
(idlwave-shell-use-breakpoint-glyph): Fix spacing.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 6 Sep 2002 07:16:22 +0000 (07:16 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 6 Sep 2002 07:16:22 +0000 (07:16 +0000)
lisp/progmodes/idlw-shell.el

index bd1e9b551826cc015c1e14b41c9a95ff6cd43ec3..f360f690b5c7f7af2f788e302b5494159cb88d63 100644 (file)
@@ -5,7 +5,7 @@
 ;;         Chris Chase <chase@att.com>
 ;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu>
 ;; Version: 4.14
-;; Date: $Date: 2002/06/14 19:05:30 $
+;; Date: $Date: 2002/07/18 18:58:07 $
 ;; Keywords: processes
 
 ;; This file is part of GNU Emacs.
@@ -448,7 +448,7 @@ t          Glyph when possible, otherwise face (same effect as 'glyph)."
          (const :tag "Glyph or face." t)))
 
 (defvar idlwave-shell-use-breakpoint-glyph t
-  "Obsolete variable.   See `idlwave-shell-mark-breakpoints.")
+  "Obsolete variable.  See `idlwave-shell-mark-breakpoints.")
 
 (defcustom idlwave-shell-breakpoint-face 'idlwave-shell-bp-face
   "*The face for breakpoint lines in the source code.