aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa1998-07-03 04:39:22 +0000
committerKenichi Handa1998-07-03 04:39:22 +0000
commit139039320922b361ffa1ffc303b75b62bfde206a (patch)
tree491ed3aef62ffb6c0aa7e3478238795a3ec30d8b /src
parente921460071f687c0b7c40b76e9e94af5e260fbab (diff)
downloademacs-139039320922b361ffa1ffc303b75b62bfde206a.tar.gz
emacs-139039320922b361ffa1ffc303b75b62bfde206a.zip
(Finsert): Typo in doc-string fixed.
(Finsert_and_inherit, Finsert_before_markers, Finsert_and_inherit_before_markers): Likewize.
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c8
1 files 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\
1365\n\ 1365\n\
1366If the current buffer is multibyte, unibyte strings are converted\n\ 1366If the current buffer is multibyte, unibyte strings are converted\n\
1367to multibyte for insertion (see `unibyte-char-to-multibyte').\n\ 1367to multibyte for insertion (see `unibyte-char-to-multibyte').\n\
1368If the current buffer is unibyte, multiibyte strings are converted\n\ 1368If the current buffer is unibyte, multibyte strings are converted\n\
1369to unibyte for insertion.") 1369to unibyte for insertion.")
1370 (nargs, args) 1370 (nargs, args)
1371 int nargs; 1371 int nargs;
@@ -1384,7 +1384,7 @@ Any other markers at the point of insertion remain before the text.\n\
1384\n\ 1384\n\
1385If the current buffer is multibyte, unibyte strings are converted\n\ 1385If the current buffer is multibyte, unibyte strings are converted\n\
1386to multibyte for insertion (see `unibyte-char-to-multibyte').\n\ 1386to multibyte for insertion (see `unibyte-char-to-multibyte').\n\
1387If the current buffer is unibyte, multiibyte strings are converted\n\ 1387If the current buffer is unibyte, multibyte strings are converted\n\
1388to unibyte for insertion.") 1388to unibyte for insertion.")
1389 (nargs, args) 1389 (nargs, args)
1390 int nargs; 1390 int nargs;
@@ -1401,7 +1401,7 @@ Point and markers move forward to end up after the inserted text.\n\
1401\n\ 1401\n\
1402If the current buffer is multibyte, unibyte strings are converted\n\ 1402If the current buffer is multibyte, unibyte strings are converted\n\
1403to multibyte for insertion (see `unibyte-char-to-multibyte').\n\ 1403to multibyte for insertion (see `unibyte-char-to-multibyte').\n\
1404If the current buffer is unibyte, multiibyte strings are converted\n\ 1404If the current buffer is unibyte, multibyte strings are converted\n\
1405to unibyte for insertion.") 1405to unibyte for insertion.")
1406 (nargs, args) 1406 (nargs, args)
1407 int nargs; 1407 int nargs;
@@ -1420,7 +1420,7 @@ Point and markers move forward to end up after the inserted text.\n\
1420\n\ 1420\n\
1421If the current buffer is multibyte, unibyte strings are converted\n\ 1421If the current buffer is multibyte, unibyte strings are converted\n\
1422to multibyte for insertion (see `unibyte-char-to-multibyte').\n\ 1422to multibyte for insertion (see `unibyte-char-to-multibyte').\n\
1423If the current buffer is unibyte, multiibyte strings are converted\n\ 1423If the current buffer is unibyte, multibyte strings are converted\n\
1424to unibyte for insertion.") 1424to unibyte for insertion.")
1425 (nargs, args) 1425 (nargs, args)
1426 int nargs; 1426 int nargs;