aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2002-05-19 23:23:22 +0000
committerGlenn Morris <[email protected]>2002-05-19 23:23:22 +0000
commit02f85cbae5e72a47ea3dbaca5e770d5243e85ec2 (patch)
treed70e5234dc1378b7c3e13e476dc692b694687e23 /lisp
parentf14ca2504b9cf10f17b4b3c4a2aeb088703d7e24 (diff)
(f90-change-keywords): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog1
-rw-r--r--lisp/progmodes/f90.el2
2 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 83239ea690..463c72f3d5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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 <[email protected]>
diff --git a/lisp/progmodes/f90.el b/lisp/progmodes/f90.el
index 3f8478c19f..e321dfce8d 100644
--- a/lisp/progmodes/f90.el
+++ b/lisp/progmodes/f90.el
@@ -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)))