comparison src/syntax.c @ 40286:0e7059267f7e

Fix comment ending.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 25 Oct 2001 04:18:22 +0000
parents d13b14b50715
children cdfd4d09b79a
comparison
equal deleted inserted replaced
40285:2869c6ed16fc 40286:0e7059267f7e
968 /* Since we can't use a shared object, let's make a new one. */ 968 /* Since we can't use a shared object, let's make a new one. */
969 return Fcons (make_number (val), match); 969 return Fcons (make_number (val), match);
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.
978 The syntax is changed only for table SYNTAX_TABLE, which defaults to 977 The syntax is changed only for table SYNTAX_TABLE, which defaults to
979 the current buffer's syntax table. 978 the current buffer's syntax table.