/[emacs]/emacs/lisp/progmodes/f90.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/f90.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.52 by gm, Sun May 19 23:18:16 2002 UTC revision 1.53 by gm, Sun May 19 23:22:50 2002 UTC
# Line 1697  Any other key combination is executed no Line 1697  Any other key combination is executed no
1697  ;; Change the keywords according to argument.  ;; Change the keywords according to argument.
1698  (defun f90-change-keywords (change-word &optional beg end)  (defun f90-change-keywords (change-word &optional beg end)
1699    "Change the case of F90 keywords in the region (if specified) or buffer.    "Change the case of F90 keywords in the region (if specified) or buffer.
1700  CHANGE-WORD should be one of 'upcase-word, 'downcase-word, capitalize-word."  CHANGE-WORD should be one of 'upcase-word, 'downcase-word, 'capitalize-word."
1701    (save-excursion    (save-excursion
1702      (setq beg (or beg (point-min))      (setq beg (or beg (point-min))
1703            end (or end (point-max)))            end (or end (point-max)))

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26