From 139039320922b361ffa1ffc303b75b62bfde206a Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 3 Jul 1998 04:39:22 +0000 Subject: [PATCH] (Finsert): Typo in doc-string fixed. (Finsert_and_inherit, Finsert_before_markers, Finsert_and_inherit_before_markers): Likewize. --- src/editfns.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/editfns.c b/src/editfns.c index 18d643a9c82..40f0a51d454 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -1365,7 +1365,7 @@ Any other markers at the point of insertion remain before the text.\n\ \n\ If the current buffer is multibyte, unibyte strings are converted\n\ to multibyte for insertion (see `unibyte-char-to-multibyte').\n\ -If the current buffer is unibyte, multiibyte strings are converted\n\ +If the current buffer is unibyte, multibyte strings are converted\n\ to unibyte for insertion.") (nargs, args) int nargs; @@ -1384,7 +1384,7 @@ Any other markers at the point of insertion remain before the text.\n\ \n\ If the current buffer is multibyte, unibyte strings are converted\n\ to multibyte for insertion (see `unibyte-char-to-multibyte').\n\ -If the current buffer is unibyte, multiibyte strings are converted\n\ +If the current buffer is unibyte, multibyte strings are converted\n\ to unibyte for insertion.") (nargs, args) int nargs; @@ -1401,7 +1401,7 @@ Point and markers move forward to end up after the inserted text.\n\ \n\ If the current buffer is multibyte, unibyte strings are converted\n\ to multibyte for insertion (see `unibyte-char-to-multibyte').\n\ -If the current buffer is unibyte, multiibyte strings are converted\n\ +If the current buffer is unibyte, multibyte strings are converted\n\ to unibyte for insertion.") (nargs, args) int nargs; @@ -1420,7 +1420,7 @@ Point and markers move forward to end up after the inserted text.\n\ \n\ If the current buffer is multibyte, unibyte strings are converted\n\ to multibyte for insertion (see `unibyte-char-to-multibyte').\n\ -If the current buffer is unibyte, multiibyte strings are converted\n\ +If the current buffer is unibyte, multibyte strings are converted\n\ to unibyte for insertion.") (nargs, args) int nargs; -- 2.39.5