From 3090ac1201e2f50a0118856e81e69ebcf8926706 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 6 Sep 2002 07:16:42 +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