Mercurial > emacs
changeset 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 | ad4d9aae0a33 |
children | 160c346d6192 |
files | src/editfns.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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;