]> git.eshelyaron.com Git - emacs.git/commitdiff
Add a docstring to `iso-transl-set-language'
authorTor Kringeland <tor.a.s.kringeland@ntnu.no>
Fri, 3 Dec 2021 17:09:07 +0000 (18:09 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 3 Dec 2021 17:09:07 +0000 (18:09 +0100)
* lisp/international/iso-transl.el: Document
`iso-transl-set-language' (bug#52261).
Copyright-paperwork-exempt: yes

lisp/international/iso-transl.el

index 2d12d01d35113c1a36ec33c388c63a27412ff346..aea121791703964d51f16435be25e45e7b796852 100644 (file)
@@ -307,6 +307,14 @@ sequence VECTOR.  (VECTOR is normally one character long.)")
     (setq alist (cdr alist))))
 
 (defun iso-transl-set-language (lang)
+  "Set shorter key bindings for some characters relevant for LANG.
+This affects the `C-x 8' prefix.
+
+Note that only a few languages are supported, and for more
+rigorous support it is recommended to use an input method
+instead.  Also note that many of these characters can be input
+with the regular `C-x 8' map without having to specify a language
+here."
   (interactive (list (let ((completion-ignore-case t))
                       (completing-read "Set which language? "
                                        iso-transl-language-alist nil t))))