diff options
| author | Jim Blandy | 1993-07-18 06:26:51 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-07-18 06:26:51 +0000 |
| commit | 2fcea188d65c5a6dd35f49152ccd4935f6926958 (patch) | |
| tree | 20ba4f7db665081cfb0793a442c424dbad912997 /src | |
| parent | c7b1427704903fe949a674ebcbade65161f5e43b (diff) | |
| download | emacs-2fcea188d65c5a6dd35f49152ccd4935f6926958.tar.gz emacs-2fcea188d65c5a6dd35f49152ccd4935f6926958.zip | |
* syntax.c (Fmodify_syntax_entry): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/syntax.c | 4 |
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'.") | |||
| 230 | for make-docfile to see. We cannot put this in the real DEFUN | 230 | for make-docfile to see. We cannot put this in the real DEFUN |
| 231 | due to limits in the Unix cpp. | 231 | due to limits in the Unix cpp. |
| 232 | 232 | ||
| 233 | DEFUN ("modify-syntax-entry", foo, bar, 0, 0, 0, | 233 | DEFUN ("modify-syntax-entry", foo, bar, 2, 3, 0, |
| 234 | "Set syntax for character CHAR according to string S.\n\ | 234 | "Set syntax for character CHAR according to string S.\n\ |
| 235 | The syntax is changed only for table TABLE, which defaults to\n\ | 235 | The syntax is changed only for table TABLE, which defaults to\n\ |
| 236 | the current buffer's syntax table.\n\ | 236 | the current buffer's syntax table.\n\ |
| @@ -263,7 +263,7 @@ this flag:\n\ | |||
| 263 | p means C is a prefix character for `backward-prefix-chars';\n\ | 263 | p means C is a prefix character for `backward-prefix-chars';\n\ |
| 264 | such characters are treated as whitespace when they occur\n\ | 264 | such characters are treated as whitespace when they occur\n\ |
| 265 | between expressions.") | 265 | between expressions.") |
| 266 | 266 | (char, s, table) | |
| 267 | */ | 267 | */ |
| 268 | 268 | ||
| 269 | DEFUN ("modify-syntax-entry", Fmodify_syntax_entry, Smodify_syntax_entry, 2, 3, | 269 | DEFUN ("modify-syntax-entry", Fmodify_syntax_entry, Smodify_syntax_entry, 2, 3, |