emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r104723: * lisp/progmodes/f90.el (f90


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104723: * lisp/progmodes/f90.el (f90-looking-at-critical): Doc fix.
Date: Sat, 25 Jun 2011 18:37:36 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104723
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2011-06-25 18:37:36 -0700
message:
  * lisp/progmodes/f90.el (f90-looking-at-critical): Doc fix.
modified:
  lisp/progmodes/f90.el
=== modified file 'lisp/progmodes/f90.el'
--- a/lisp/progmodes/f90.el     2011-06-26 01:22:45 +0000
+++ b/lisp/progmodes/f90.el     2011-06-26 01:37:36 +0000
@@ -1262,7 +1262,7 @@
       (list (match-string 1))))
 
 (defsubst f90-looking-at-critical ()
-  "Return (KIND) if a critical or block block starts after point."
+  "Return (KIND NAME) if a critical or block block starts after point."
   (if (looking-at "\\(\\(\\sw+\\)[ \t]*:\\)?[ \t]*\\(critical\\|block\\)\\>")
       (let ((struct (match-string 3))
             (label (match-string 2)))


reply via email to

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