1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

Fix comment ending.

This commit is contained in:
Stefan Monnier 2001-10-25 04:18:22 +00:00
parent 8fe6d67f58
commit 2c9e190074

View file

@ -970,8 +970,7 @@ text property. */)
}
/* I really don't know why this is interactive
help-form should at least be made useful whilst reading the second arg
*/
help-form should at least be made useful whilst reading the second arg. */
DEFUN ("modify-syntax-entry", Fmodify_syntax_entry, Smodify_syntax_entry, 2, 3,
"cSet syntax for character: \nsSet syntax for %s to: ",
doc: /* Set syntax for character CHAR according to string NEWENTRY.