emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/f90.el


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/f90.el
Date: Sun, 19 May 2002 19:22:50 -0400

Index: emacs/lisp/progmodes/f90.el
diff -c emacs/lisp/progmodes/f90.el:1.52 emacs/lisp/progmodes/f90.el:1.53
*** emacs/lisp/progmodes/f90.el:1.52    Sun May 19 19:18:16 2002
--- emacs/lisp/progmodes/f90.el Sun May 19 19:22:50 2002
***************
*** 1697,1703 ****
  ;; 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."
    (save-excursion
      (setq beg (or beg (point-min))
            end (or end (point-max)))
--- 1697,1703 ----
  ;; 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."
    (save-excursion
      (setq beg (or beg (point-min))
            end (or end (point-max)))



reply via email to

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