]> git.eshelyaron.com Git - emacs.git/commitdiff
(pascal-start-keywords): Fix spacing.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 6 Sep 2002 07:16:42 +0000 (07:16 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 6 Sep 2002 07:16:42 +0000 (07:16 +0000)
lisp/progmodes/pascal.el

index d7c09446e3c3417e674611442cd17e0b76cb5d7b..dd718217ec662f71de4b31bba0bdd7ddb606dda9 100644 (file)
@@ -252,7 +252,7 @@ are handled in another way, and should not be added to this list."
   "*Keywords to complete when standing at the first word of a statement.
 These are keywords such as begin, repeat, until, readln.
 The procedures and variables defined within the Pascal program
-are handled in another way,  and should not be added to this list."
+are handled in another way, and should not be added to this list."
   :type '(repeat (string :tag "Keyword"))
   :group 'pascal)