aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2000-12-20 21:37:27 +0000
committerStefan Monnier2000-12-20 21:37:27 +0000
commitc9669fac518867752b27f97e02a80347fc9f20e2 (patch)
tree0fc9f251659e596246224efcb3a983b66d04e184
parent158d6e07f0788e7de5f41758fd838d6df58241c5 (diff)
downloademacs-c9669fac518867752b27f97e02a80347fc9f20e2.tar.gz
emacs-c9669fac518867752b27f97e02a80347fc9f20e2.zip
Docstrings fix.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/international/iso-cvt.el27
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 @@
12000-12-20 Stefan Monnier <monnier@cs.yale.edu>
2
3 * international/iso-cvt.el: Docstrings fix.
4
12000-12-20 Dave Love <fx@gnu.org> 52000-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.
86The region between FROM and TO is translated using the table TRANS-TAB. 86The region between FROM and TO is translated using the table TRANS-TAB.
87Optional arg BUFFER is ignored (so that the function can can be used in 87Optional 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.
128The region between FROM and TO is translated using the table TRANS-TAB. 127The region between FROM and TO is translated using the table TRANS-TAB.
129Optional arg BUFFER is ignored (so that the function can can be used in 128Optional 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.
201The region between FROM and TO is translated using the table TRANS-TAB. 199The region between FROM and TO is translated using the table TRANS-TAB.
202Optional arg BUFFER is ignored (so that the function can can be used in 200Optional 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.
388The region between FROM and TO is translated using the table TRANS-TAB. 385The region between FROM and TO is translated using the table TRANS-TAB.
389Optional arg BUFFER is ignored (so that the function can can be used in 386Optional 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.
647The region between FROM and TO is translated using the table TRANS-TAB. 643The region between FROM and TO is translated using the table TRANS-TAB.
648Optional arg BUFFER is ignored (so that the function can can be used in 644Optional 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.
656The region between FROM and TO is translated using the table TRANS-TAB. 651The region between FROM and TO is translated using the table TRANS-TAB.
657Optional arg BUFFER is ignored (so that the function can can be used in 652Optional 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.
674The region between FROM and TO is translated using the table TRANS-TAB. 668The region between FROM and TO is translated using the table TRANS-TAB.
675Optional arg BUFFER is ignored (so that the function can can be used in 669Optional 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.
811The entities used are from \"ISO 8879:1986//ENTITIES Added Latin 1//EN\". 804The entities used are from \"ISO 8879:1986//ENTITIES Added Latin 1//EN\".
812Optional arg BUFFER is ignored (so that the function can can be used in 805Optional 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.
820The entities used are from \"ISO 8879:1986//ENTITIES Added Latin 1//EN\". 812The entities used are from \"ISO 8879:1986//ENTITIES Added Latin 1//EN\".
821Optional arg BUFFER is ignored (so that the function can can be used in 813Optional 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