diff lisp/modes/pascal.el @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents e04119814345
children 360340f9fd5f
line wrap: on
line diff
--- a/lisp/modes/pascal.el	Mon Aug 13 09:00:04 2007 +0200
+++ b/lisp/modes/pascal.el	Mon Aug 13 09:02:59 2007 +0200
@@ -187,7 +187,7 @@
   "*Indentation for case statements.")
 
 (defvar pascal-auto-newline nil
-  "*Non-nil means automatically newline after semicolons and the punctuation mark
+  "*Non-nil means automatically newline after simcolons 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 semicolons and the punctuation mark
+    Non-nil means automatically newline after simcolons 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 should be done.
+    List of contexts where auto lineup of :'s or ='s hould be done.
 
 See also the user variables pascal-type-keywords, pascal-start-keywords and
 pascal-separator-keywords.