Mercurial > hg > xemacs-beta
diff lisp/modes/pascal.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 | e04119814345 |
line wrap: on
line diff
--- a/lisp/modes/pascal.el Mon Aug 13 08:51:58 2007 +0200 +++ b/lisp/modes/pascal.el Mon Aug 13 08:52:29 2007 +0200 @@ -187,7 +187,7 @@ "*Indentation for case statements.") (defvar pascal-auto-newline nil - "*Non-nil means automatically newline after simcolons and the punctation mark + "*Non-nil means automatically newline after semicolons and the punctation mark after an end.") (defvar pascal-tab-always-indent t @@ -302,7 +302,7 @@ pascal-case-indent (default 2) Indentation for case statements. pascal-auto-newline (default nil) - Non-nil means automatically newline after simcolons and the punctation mark + Non-nil means automatically newline after semicolons and the punctation mark after an end. pascal-tab-always-indent (default t) Non-nil means TAB in Pascal mode should always reindent the current line, @@ -311,7 +311,7 @@ Non-nil means a comment { ... } is set after the ends which ends cases and functions. The name of the function or case will be set between the braces. pascal-auto-lineup (default t) - List of contexts where auto lineup of :'s or ='s hould be done. + List of contexts where auto lineup of :'s or ='s should be done. See also the user variables pascal-type-keywords, pascal-start-keywords and pascal-separator-keywords.