]> code.delx.au - gnu-emacs/commitdiff
(f90-change-keywords): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Sun, 19 May 2002 23:23:22 +0000 (23:23 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 19 May 2002 23:23:22 +0000 (23:23 +0000)
lisp/ChangeLog
lisp/progmodes/f90.el

index 83239ea6903657f53c3a75040f05c4879f89e307..463c72f3d5f7a45235cfa5e4229a422c602c613a 100644 (file)
@@ -6,6 +6,7 @@
        (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case)
        (f90-looking-at-if-then): Remove lets.
        (f90-looking-at-where-or-forall): Handle if split over lines.
+       (f90-change-keywords): Doc fix.
 
 2002-05-19  Richard M. Stallman  <rms@gnu.org>
 
index 3f8478c19f07e68bdba8716d77a93a10cf37c0ad..e321dfce8d8bafdc9295f728826064d7f5e6a878 100644 (file)
@@ -1697,7 +1697,7 @@ Any other key combination is executed normally."
 ;; Change the keywords according to argument.
 (defun f90-change-keywords (change-word &optional beg end)
   "Change the case of F90 keywords in the region (if specified) or buffer.
-CHANGE-WORD should be one of 'upcase-word, 'downcase-word, capitalize-word."
+CHANGE-WORD should be one of 'upcase-word, 'downcase-word, 'capitalize-word."
   (save-excursion
     (setq beg (or beg (point-min))
           end (or end (point-max)))