diff lisp/progmodes/fortran.el @ 82365:e5a68f18fcb9

Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
author Miles Bader <miles@gnu.org>
date Mon, 13 Aug 2007 13:41:28 +0000
parents ea6a4238388e 419c5c316b51
children 536831328305 424b655804ca
line wrap: on
line diff
--- a/lisp/progmodes/fortran.el	Mon Aug 13 11:27:41 2007 +0000
+++ b/lisp/progmodes/fortran.el	Mon Aug 13 13:41:28 2007 +0000
@@ -1831,7 +1831,7 @@
 ;; From: ralf@up3aud1.gwdg.de (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