From: Stefan Monnier Date: Thu, 25 Oct 2001 04:18:22 +0000 (+0000) Subject: Fix comment ending. X-Git-Tag: ttn-vms-21-2-B4~19177 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2c9e19007488c25f18e1ad22e626fa9d815ba449;p=emacs.git Fix comment ending. --- diff --git a/src/syntax.c b/src/syntax.c index c2a7c733734..ce4c4d6fff8 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -970,8 +970,7 @@ text property. */) } /* I really don't know why this is interactive - help-form should at least be made useful whilst reading the second arg -*/ + help-form should at least be made useful whilst reading the second arg. */ DEFUN ("modify-syntax-entry", Fmodify_syntax_entry, Smodify_syntax_entry, 2, 3, "cSet syntax for character: \nsSet syntax for %s to: ", doc: /* Set syntax for character CHAR according to string NEWENTRY.