emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/fortran.el,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/fortran.el,v
Date: Mon, 13 Aug 2007 13:42:04 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/08/13 13:41:28

Index: lisp/progmodes/fortran.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/progmodes/fortran.el,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -b -r1.129 -r1.130
--- lisp/progmodes/fortran.el   3 Aug 2007 03:19:36 -0000       1.129
+++ lisp/progmodes/fortran.el   13 Aug 2007 13:40:56 -0000      1.130
@@ -1831,7 +1831,7 @@
 ;; From: address@hidden (Ralf Fassel)
 ;; Test if TAB format continuation lines work.
 (defun fortran-is-in-string-p (where)
-  "Return non-nil iff WHERE (a buffer position) is inside a Fortran string."
+  "Return non-nil if WHERE (a buffer position) is inside a Fortran string."
   (save-excursion
     (goto-char where)
     (cond




reply via email to

[Prev in Thread] Current Thread [Next in Thread]