Mercurial > emacs
changeset 45379:eadb2403fb8a
(f90-change-keywords): Doc fix.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 19 May 2002 23:22:50 +0000 |
parents | 494cbdfb664f |
children | d658364504ba |
files | lisp/progmodes/f90.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/f90.el Sun May 19 23:19:42 2002 +0000 +++ b/lisp/progmodes/f90.el Sun May 19 23:22:50 2002 +0000 @@ -1697,7 +1697,7 @@ ;; 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)))