From 4a9e8ca5d5559b802aa60832b9f04649fa1a0903 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 6 Sep 2002 09:37:13 +0000 Subject: [PATCH] (pascal-start-keywords): Fix spacing. --- lisp/progmodes/pascal.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/pascal.el b/lisp/progmodes/pascal.el index d7c09446e3c..dd718217ec6 100644 --- a/lisp/progmodes/pascal.el +++ b/lisp/progmodes/pascal.el @@ -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) -- 2.39.2