Mercurial > emacs
changeset 47263:21c763762fb2
(pascal-start-keywords): Fix spacing.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 06 Sep 2002 07:16:42 +0000 |
parents | 1c1d47728dc8 |
children | 05606bafb8f5 |
files | lisp/progmodes/pascal.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)