diff lisp/modes/rexx-mode.el @ 30:ec9a17fef872 r19-15b98

Import from CVS: tag r19-15b98
author cvs
date Mon, 13 Aug 2007 08:52:29 +0200
parents 0293115a14e9
children 131b0175ea99
line wrap: on
line diff
--- a/lisp/modes/rexx-mode.el	Mon Aug 13 08:51:58 2007 +0200
+++ b/lisp/modes/rexx-mode.el	Mon Aug 13 08:52:29 2007 +0200
@@ -25,7 +25,7 @@
 ;;; AUTHOR
 ;;;	Anders Lindgren, d91ali@csd.uu.se
 ;;;
-;;;         Abbrevationtable due to:
+;;;         Abbreviation table due to:
 ;;;	Johan Bergkvist, nv91-jbe@nada.kth.se
 ;;;
 ;;; USAGE
@@ -352,7 +352,7 @@
 remap RETURN to rexx-indent-newline-indent. It makes sure that lines
 indents correctly when you press RETURN.
 
-An extensive abbrevation table consisting of all the keywords of REXX are
+An extensive abbreviation table consisting of all the keywords of REXX are
 supplied. Expanded keywords are converted into upper case making it
 easier to distinguish them. To use this feature the buffer must be in
 abbrev-mode. (See example below.)
@@ -370,8 +370,8 @@
 			))
 
 will make the END aligned with the DO/SELECT. It will indent blocks and
-IF-statenents four steps and make sure that the END jumps into the
-correct position when RETURN is pressed. Finaly it will use the abbrev
+IF-statements four steps and make sure that the END jumps into the
+correct position when RETURN is pressed. Finally it will use the abbrev
 table to convert all REXX keywords into upper case."
   (interactive)
   (kill-all-local-variables)