summaryrefslogtreecommitdiff
path: root/src/syntax.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-07-18 06:26:51 +0000
committerJim Blandy <jimb@redhat.com>1993-07-18 06:26:51 +0000
commitbf08013ada8fcf73862456c088ef749733fe41a6 (patch)
tree78d43c9c2ee90641068333bc910d30b33674d6a4 /src/syntax.c
parent3ee8450985d54fe38b6d9f2d7f1f96e0dd6a4bb9 (diff)
downloademacs-bf08013ada8fcf73862456c088ef749733fe41a6.tar.gz
* syntax.c (Fmodify_syntax_entry): Doc fix.
Diffstat (limited to 'src/syntax.c')
-rw-r--r--src/syntax.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/syntax.c b/src/syntax.c
index 67a14f8923c..f00fb3c9dd3 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -230,7 +230,7 @@ are listed in the documentation of `modify-syntax-entry'.")
for make-docfile to see. We cannot put this in the real DEFUN
due to limits in the Unix cpp.
-DEFUN ("modify-syntax-entry", foo, bar, 0, 0, 0,
+DEFUN ("modify-syntax-entry", foo, bar, 2, 3, 0,
"Set syntax for character CHAR according to string S.\n\
The syntax is changed only for table TABLE, which defaults to\n\
the current buffer's syntax table.\n\
@@ -263,7 +263,7 @@ this flag:\n\
p means C is a prefix character for `backward-prefix-chars';\n\
such characters are treated as whitespace when they occur\n\
between expressions.")
-
+ (char, s, table)
*/
DEFUN ("modify-syntax-entry", Fmodify_syntax_entry, Smodify_syntax_entry, 2, 3,