diff options
| author | Stefan Monnier | 2001-10-25 04:18:22 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-10-25 04:18:22 +0000 |
| commit | 2c9e19007488c25f18e1ad22e626fa9d815ba449 (patch) | |
| tree | 042b4d38639859c2cbb8197c1718ba99334ff7ea /src/syntax.c | |
| parent | 8fe6d67f581bd254af831c41645d999cf1c74661 (diff) | |
| download | emacs-2c9e19007488c25f18e1ad22e626fa9d815ba449.tar.gz emacs-2c9e19007488c25f18e1ad22e626fa9d815ba449.zip | |
Fix comment ending.
Diffstat (limited to 'src/syntax.c')
| -rw-r--r-- | src/syntax.c | 3 |
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. */) | |||
| 970 | } | 970 | } |
| 971 | 971 | ||
| 972 | /* I really don't know why this is interactive | 972 | /* I really don't know why this is interactive |
| 973 | help-form should at least be made useful whilst reading the second arg | 973 | help-form should at least be made useful whilst reading the second arg. */ |
| 974 | */ | ||
| 975 | DEFUN ("modify-syntax-entry", Fmodify_syntax_entry, Smodify_syntax_entry, 2, 3, | 974 | DEFUN ("modify-syntax-entry", Fmodify_syntax_entry, Smodify_syntax_entry, 2, 3, |
| 976 | "cSet syntax for character: \nsSet syntax for %s to: ", | 975 | "cSet syntax for character: \nsSet syntax for %s to: ", |
| 977 | doc: /* Set syntax for character CHAR according to string NEWENTRY. | 976 | doc: /* Set syntax for character CHAR according to string NEWENTRY. |