mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-29 07:58:28 +00:00
* syntax.c (Fmodify_syntax_entry): Doc fix.
This commit is contained in:
parent
c7b1427704
commit
2fcea188d6
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user