From: Juanma Barranquero Date: Fri, 6 Sep 2002 07:16:42 +0000 (+0000) Subject: (pascal-start-keywords): Fix spacing. X-Git-Tag: ttn-vms-21-2-B4~13365 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3090ac1201e2f50a0118856e81e69ebcf8926706;p=emacs.git (pascal-start-keywords): Fix spacing. --- 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)