diff options
| author | Stefan Monnier | 2000-12-20 21:37:27 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2000-12-20 21:37:27 +0000 |
| commit | c9669fac518867752b27f97e02a80347fc9f20e2 (patch) | |
| tree | 0fc9f251659e596246224efcb3a983b66d04e184 | |
| parent | 158d6e07f0788e7de5f41758fd838d6df58241c5 (diff) | |
| download | emacs-c9669fac518867752b27f97e02a80347fc9f20e2.tar.gz emacs-c9669fac518867752b27f97e02a80347fc9f20e2.zip | |
Docstrings fix.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/international/iso-cvt.el | 27 |
2 files changed, 13 insertions, 18 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a42840ea39a..835fb7ebfab 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2000-12-20 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * international/iso-cvt.el: Docstrings fix. | ||
| 4 | |||
| 1 | 2000-12-20 Dave Love <fx@gnu.org> | 5 | 2000-12-20 Dave Love <fx@gnu.org> |
| 2 | 6 | ||
| 3 | * subr.el (eval-after-load): Doc fix. | 7 | * subr.el (eval-after-load): Doc fix. |
diff --git a/lisp/international/iso-cvt.el b/lisp/international/iso-cvt.el index 8ea455b678f..44821419a31 100644 --- a/lisp/international/iso-cvt.el +++ b/lisp/international/iso-cvt.el | |||
| @@ -84,8 +84,7 @@ | |||
| 84 | (defun iso-spanish (from to &optional buffer) | 84 | (defun iso-spanish (from to &optional buffer) |
| 85 | "Translate net conventions for Spanish to ISO 8859-1. | 85 | "Translate net conventions for Spanish to ISO 8859-1. |
| 86 | The region between FROM and TO is translated using the table TRANS-TAB. | 86 | The region between FROM and TO is translated using the table TRANS-TAB. |
| 87 | Optional arg BUFFER is ignored (so that the function can can be used in | 87 | Optional arg BUFFER is ignored (for use in `format-alist')." |
| 88 | `format-alist')." | ||
| 89 | (interactive "*r") | 88 | (interactive "*r") |
| 90 | (iso-translate-conventions from to iso-spanish-trans-tab)) | 89 | (iso-translate-conventions from to iso-spanish-trans-tab)) |
| 91 | 90 | ||
| @@ -126,8 +125,7 @@ little.") | |||
| 126 | (defun iso-german (from to &optional buffer) | 125 | (defun iso-german (from to &optional buffer) |
| 127 | "Translate net conventions for German to ISO 8859-1. | 126 | "Translate net conventions for German to ISO 8859-1. |
| 128 | The region between FROM and TO is translated using the table TRANS-TAB. | 127 | The region between FROM and TO is translated using the table TRANS-TAB. |
| 129 | Optional arg BUFFER is ignored (so that the function can can be used in | 128 | Optional arg BUFFER is ignored (for use in `format-alist')." |
| 130 | `format-alist')." | ||
| 131 | (interactive "*r") | 129 | (interactive "*r") |
| 132 | (iso-translate-conventions from to iso-german-trans-tab)) | 130 | (iso-translate-conventions from to iso-german-trans-tab)) |
| 133 | 131 | ||
| @@ -199,8 +197,7 @@ Optional arg BUFFER is ignored (so that the function can can be used in | |||
| 199 | (defun iso-iso2tex (from to &optional buffer) | 197 | (defun iso-iso2tex (from to &optional buffer) |
| 200 | "Translate ISO 8859-1 characters to TeX sequences. | 198 | "Translate ISO 8859-1 characters to TeX sequences. |
| 201 | The region between FROM and TO is translated using the table TRANS-TAB. | 199 | The region between FROM and TO is translated using the table TRANS-TAB. |
| 202 | Optional arg BUFFER is ignored (so that the function can can be used in | 200 | Optional arg BUFFER is ignored (for use in `format-alist')." |
| 203 | `format-alist')." | ||
| 204 | (interactive "*r") | 201 | (interactive "*r") |
| 205 | (iso-translate-conventions from to iso-iso2tex-trans-tab)) | 202 | (iso-translate-conventions from to iso-iso2tex-trans-tab)) |
| 206 | 203 | ||
| @@ -386,8 +383,7 @@ contains commonly used sequences.") | |||
| 386 | (defun iso-tex2iso (from to &optional buffer) | 383 | (defun iso-tex2iso (from to &optional buffer) |
| 387 | "Translate TeX sequences to ISO 8859-1 characters. | 384 | "Translate TeX sequences to ISO 8859-1 characters. |
| 388 | The region between FROM and TO is translated using the table TRANS-TAB. | 385 | The region between FROM and TO is translated using the table TRANS-TAB. |
| 389 | Optional arg BUFFER is ignored (so that the function can can be used in | 386 | Optional arg BUFFER is ignored (for use in `format-alist')." |
| 390 | `format-alist')." | ||
| 391 | (interactive "*r") | 387 | (interactive "*r") |
| 392 | (iso-translate-conventions from to iso-tex2iso-trans-tab)) | 388 | (iso-translate-conventions from to iso-tex2iso-trans-tab)) |
| 393 | 389 | ||
| @@ -645,8 +641,7 @@ contains commonly used sequences.") | |||
| 645 | (defun iso-gtex2iso (from to &optional buffer) | 641 | (defun iso-gtex2iso (from to &optional buffer) |
| 646 | "Translate German TeX sequences to ISO 8859-1 characters. | 642 | "Translate German TeX sequences to ISO 8859-1 characters. |
| 647 | The region between FROM and TO is translated using the table TRANS-TAB. | 643 | The region between FROM and TO is translated using the table TRANS-TAB. |
| 648 | Optional arg BUFFER is ignored (so that the function can can be used in | 644 | Optional arg BUFFER is ignored (for use in `format-alist')." |
| 649 | `format-alist')." | ||
| 650 | (interactive "*r") | 645 | (interactive "*r") |
| 651 | (iso-translate-conventions from to iso-gtex2iso-trans-tab)) | 646 | (iso-translate-conventions from to iso-gtex2iso-trans-tab)) |
| 652 | 647 | ||
| @@ -654,8 +649,7 @@ Optional arg BUFFER is ignored (so that the function can can be used in | |||
| 654 | (defun iso-iso2gtex (from to &optional buffer) | 649 | (defun iso-iso2gtex (from to &optional buffer) |
| 655 | "Translate ISO 8859-1 characters to German TeX sequences. | 650 | "Translate ISO 8859-1 characters to German TeX sequences. |
| 656 | The region between FROM and TO is translated using the table TRANS-TAB. | 651 | The region between FROM and TO is translated using the table TRANS-TAB. |
| 657 | Optional arg BUFFER is ignored (so that the function can can be used in | 652 | Optional arg BUFFER is ignored (for use in `format-alist')." |
| 658 | `format-alist')." | ||
| 659 | (interactive "*r") | 653 | (interactive "*r") |
| 660 | (iso-translate-conventions from to iso-iso2gtex-trans-tab)) | 654 | (iso-translate-conventions from to iso-iso2gtex-trans-tab)) |
| 661 | 655 | ||
| @@ -672,8 +666,7 @@ Optional arg BUFFER is ignored (so that the function can can be used in | |||
| 672 | (defun iso-iso2duden (from to &optional buffer) | 666 | (defun iso-iso2duden (from to &optional buffer) |
| 673 | "Translate ISO 8859-1 characters to German TeX sequences. | 667 | "Translate ISO 8859-1 characters to German TeX sequences. |
| 674 | The region between FROM and TO is translated using the table TRANS-TAB. | 668 | The region between FROM and TO is translated using the table TRANS-TAB. |
| 675 | Optional arg BUFFER is ignored (so that the function can can be used in | 669 | Optional arg BUFFER is ignored (for use in `format-alist')." |
| 676 | `format-alist')." | ||
| 677 | (interactive "*r") | 670 | (interactive "*r") |
| 678 | (iso-translate-conventions from to iso-iso2duden-trans-tab)) | 671 | (iso-translate-conventions from to iso-iso2duden-trans-tab)) |
| 679 | 672 | ||
| @@ -809,8 +802,7 @@ Optional arg BUFFER is ignored (so that the function can can be used in | |||
| 809 | (defun iso-iso2sgml (from to &optional buffer) | 802 | (defun iso-iso2sgml (from to &optional buffer) |
| 810 | "Translate ISO 8859-1 characters in the region to SGML entities. | 803 | "Translate ISO 8859-1 characters in the region to SGML entities. |
| 811 | The entities used are from \"ISO 8879:1986//ENTITIES Added Latin 1//EN\". | 804 | The entities used are from \"ISO 8879:1986//ENTITIES Added Latin 1//EN\". |
| 812 | Optional arg BUFFER is ignored (so that the function can can be used in | 805 | Optional arg BUFFER is ignored (for use in `format-alist')." |
| 813 | `format-alist')." | ||
| 814 | (interactive "*r") | 806 | (interactive "*r") |
| 815 | (iso-translate-conventions from to iso-iso2sgml-trans-tab)) | 807 | (iso-translate-conventions from to iso-iso2sgml-trans-tab)) |
| 816 | 808 | ||
| @@ -818,8 +810,7 @@ Optional arg BUFFER is ignored (so that the function can can be used in | |||
| 818 | (defun iso-sgml2iso (from to &optional buffer) | 810 | (defun iso-sgml2iso (from to &optional buffer) |
| 819 | "Translate SGML entities in the region to ISO 8859-1 characters. | 811 | "Translate SGML entities in the region to ISO 8859-1 characters. |
| 820 | The entities used are from \"ISO 8879:1986//ENTITIES Added Latin 1//EN\". | 812 | The entities used are from \"ISO 8879:1986//ENTITIES Added Latin 1//EN\". |
| 821 | Optional arg BUFFER is ignored (so that the function can can be used in | 813 | Optional arg BUFFER is ignored (for use in `format-alist')." |
| 822 | `format-alist')." | ||
| 823 | (interactive "*r") | 814 | (interactive "*r") |
| 824 | (iso-translate-conventions from to iso-sgml2iso-trans-tab)) | 815 | (iso-translate-conventions from to iso-sgml2iso-trans-tab)) |
| 825 | 816 | ||