comparison src/editfns.c @ 22669:ea5a8ef23b45

(Finsert): Typo in doc-string fixed. (Finsert_and_inherit, Finsert_before_markers, Finsert_and_inherit_before_markers): Likewize.
author Kenichi Handa <handa@m17n.org>
date Fri, 03 Jul 1998 04:39:22 +0000
parents e5b201634497
children ea6ef56295b4
comparison
equal deleted inserted replaced
22668:ad4d9aae0a33 22669:ea5a8ef23b45
1363 after the inserted text.\n\ 1363 after the inserted text.\n\
1364 Any other markers at the point of insertion remain before the text.\n\ 1364 Any other markers at the point of insertion remain before the text.\n\
1365 \n\ 1365 \n\
1366 If the current buffer is multibyte, unibyte strings are converted\n\ 1366 If the current buffer is multibyte, unibyte strings are converted\n\
1367 to multibyte for insertion (see `unibyte-char-to-multibyte').\n\ 1367 to multibyte for insertion (see `unibyte-char-to-multibyte').\n\
1368 If the current buffer is unibyte, multiibyte strings are converted\n\ 1368 If the current buffer is unibyte, multibyte strings are converted\n\
1369 to unibyte for insertion.") 1369 to unibyte for insertion.")
1370 (nargs, args) 1370 (nargs, args)
1371 int nargs; 1371 int nargs;
1372 register Lisp_Object *args; 1372 register Lisp_Object *args;
1373 { 1373 {
1382 after the inserted text.\n\ 1382 after the inserted text.\n\
1383 Any other markers at the point of insertion remain before the text.\n\ 1383 Any other markers at the point of insertion remain before the text.\n\
1384 \n\ 1384 \n\
1385 If the current buffer is multibyte, unibyte strings are converted\n\ 1385 If the current buffer is multibyte, unibyte strings are converted\n\
1386 to multibyte for insertion (see `unibyte-char-to-multibyte').\n\ 1386 to multibyte for insertion (see `unibyte-char-to-multibyte').\n\
1387 If the current buffer is unibyte, multiibyte strings are converted\n\ 1387 If the current buffer is unibyte, multibyte strings are converted\n\
1388 to unibyte for insertion.") 1388 to unibyte for insertion.")
1389 (nargs, args) 1389 (nargs, args)
1390 int nargs; 1390 int nargs;
1391 register Lisp_Object *args; 1391 register Lisp_Object *args;
1392 { 1392 {
1399 "Insert strings or characters at point, relocating markers after the text.\n\ 1399 "Insert strings or characters at point, relocating markers after the text.\n\
1400 Point and markers move forward to end up after the inserted text.\n\ 1400 Point and markers move forward to end up after the inserted text.\n\
1401 \n\ 1401 \n\
1402 If the current buffer is multibyte, unibyte strings are converted\n\ 1402 If the current buffer is multibyte, unibyte strings are converted\n\
1403 to multibyte for insertion (see `unibyte-char-to-multibyte').\n\ 1403 to multibyte for insertion (see `unibyte-char-to-multibyte').\n\
1404 If the current buffer is unibyte, multiibyte strings are converted\n\ 1404 If the current buffer is unibyte, multibyte strings are converted\n\
1405 to unibyte for insertion.") 1405 to unibyte for insertion.")
1406 (nargs, args) 1406 (nargs, args)
1407 int nargs; 1407 int nargs;
1408 register Lisp_Object *args; 1408 register Lisp_Object *args;
1409 { 1409 {
1418 "Insert text at point, relocating markers and inheriting properties.\n\ 1418 "Insert text at point, relocating markers and inheriting properties.\n\
1419 Point and markers move forward to end up after the inserted text.\n\ 1419 Point and markers move forward to end up after the inserted text.\n\
1420 \n\ 1420 \n\
1421 If the current buffer is multibyte, unibyte strings are converted\n\ 1421 If the current buffer is multibyte, unibyte strings are converted\n\
1422 to multibyte for insertion (see `unibyte-char-to-multibyte').\n\ 1422 to multibyte for insertion (see `unibyte-char-to-multibyte').\n\
1423 If the current buffer is unibyte, multiibyte strings are converted\n\ 1423 If the current buffer is unibyte, multibyte strings are converted\n\
1424 to unibyte for insertion.") 1424 to unibyte for insertion.")
1425 (nargs, args) 1425 (nargs, args)
1426 int nargs; 1426 int nargs;
1427 register Lisp_Object *args; 1427 register Lisp_Object *args;
1428 { 1428 {