diff lisp/modes/pascal.el @ 110:fe104dbd9147 r20-1b7

Import from CVS: tag r20-1b7
author cvs
date Mon, 13 Aug 2007 09:19:45 +0200
parents 360340f9fd5f
children 34a5b81f86ba
line wrap: on
line diff
--- a/lisp/modes/pascal.el	Mon Aug 13 09:18:41 2007 +0200
+++ b/lisp/modes/pascal.el	Mon Aug 13 09:19:45 2007 +0200
@@ -187,7 +187,7 @@
   "*Indentation for case statements.")
 
 (defvar pascal-auto-newline nil
-  "*Non-nil means automatically newline after semicolons and the punctation mark
+  "*Non-nil means automatically newline after semicolons and the punctuation 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 punctation mark
+    Non-nil means automatically newline after semicolons and the punctuation mark
     after an end.
  pascal-tab-always-indent (default t)
     Non-nil means TAB in Pascal mode should always reindent the current line,