Mercurial > hg > xemacs-beta
diff lisp/modes/rexx-mode.el @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | ec9a17fef872 |
children | 360340f9fd5f |
line wrap: on
line diff
--- a/lisp/modes/rexx-mode.el Mon Aug 13 09:00:04 2007 +0200 +++ b/lisp/modes/rexx-mode.el Mon Aug 13 09:02:59 2007 +0200 @@ -25,7 +25,7 @@ ;;; AUTHOR ;;; Anders Lindgren, d91ali@csd.uu.se ;;; -;;; Abbreviation table due to: +;;; Abbrevationtable 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 abbreviation table consisting of all the keywords of REXX are +An extensive abbrevation 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-statements four steps and make sure that the END jumps into the -correct position when RETURN is pressed. Finally it will use the abbrev +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 table to convert all REXX keywords into upper case." (interactive) (kill-all-local-variables)