diff lisp/modes/rexx-mode.el @ 108:360340f9fd5f r20-1b6

Import from CVS: tag r20-1b6
author cvs
date Mon, 13 Aug 2007 09:18:39 +0200
parents 131b0175ea99
children 34a5b81f86ba
line wrap: on
line diff
--- a/lisp/modes/rexx-mode.el	Mon Aug 13 09:17:27 2007 +0200
+++ b/lisp/modes/rexx-mode.el	Mon Aug 13 09:18:39 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)