# HG changeset patch # User Juanma Barranquero # Date 1031296602 0 # Node ID 21c763762fb2a639c49ad62563247588960a4104 # Parent 1c1d47728dc8c18023f0d0cedc4cf75869f16a40 (pascal-start-keywords): Fix spacing. diff -r 1c1d47728dc8 -r 21c763762fb2 lisp/progmodes/pascal.el --- 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)