Mercurial > emacs
changeset 4141:373bff27d0d6
* syntax.c (Fmodify_syntax_entry): Doc fix.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sun, 18 Jul 1993 06:26:51 +0000 |
parents | 2738089e8383 |
children | 6cdfdbe5058b |
files | src/syntax.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/syntax.c Sun Jul 18 06:26:28 1993 +0000 +++ b/src/syntax.c Sun Jul 18 06:26:51 1993 +0000 @@ -230,7 +230,7 @@ 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 @@ 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,