diff lisp/progmodes/pascal.el @ 47263:21c763762fb2

(pascal-start-keywords): Fix spacing.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 06 Sep 2002 07:16:42 +0000
parents c440fcd3adb0
children 0d8b17d428b5
line wrap: on
line diff
--- a/lisp/progmodes/pascal.el	Fri Sep 06 07:16:22 2002 +0000
+++ b/lisp/progmodes/pascal.el	Fri Sep 06 07:16:42 2002 +0000
@@ -252,7 +252,7 @@
   "*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)