diff options
| author | Kenichi Handa | 1998-07-03 04:39:22 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1998-07-03 04:39:22 +0000 |
| commit | 139039320922b361ffa1ffc303b75b62bfde206a (patch) | |
| tree | 491ed3aef62ffb6c0aa7e3478238795a3ec30d8b /src | |
| parent | e921460071f687c0b7c40b76e9e94af5e260fbab (diff) | |
| download | emacs-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.c | 8 |
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\ |
| 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; |
| @@ -1384,7 +1384,7 @@ 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; |
| @@ -1401,7 +1401,7 @@ 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; |
| @@ -1420,7 +1420,7 @@ 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; |