From: Juanma Barranquero Date: Fri, 6 Sep 2002 09:37:13 +0000 (+0000) Subject: (pascal-start-keywords): Fix spacing. X-Git-Tag: emacs-pretest-21.2.91~60 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4a9e8ca5d5559b802aa60832b9f04649fa1a0903;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)