# HG changeset patch # User Kenichi Handa # Date 899440762 0 # Node ID ea5a8ef23b45ae71b9545a7d2940f17db647f4a4 # Parent ad4d9aae0a33e80a0f79ba6ed838b4e79c3f780e (Finsert): Typo in doc-string fixed. (Finsert_and_inherit, Finsert_before_markers, Finsert_and_inherit_before_markers): Likewize. diff -r ad4d9aae0a33 -r ea5a8ef23b45 src/editfns.c --- a/src/editfns.c Fri Jul 03 04:33:12 1998 +0000 +++ b/src/editfns.c Fri Jul 03 04:39:22 1998 +0000 @@ -1365,7 +1365,7 @@ \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 @@ \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 @@ \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 @@ \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;