summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/syntax.c3
1 files changed, 1 insertions, 2 deletions
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.