]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Comments.
authorBruno Haible <bruno@clisp.org>
Mon, 7 Jan 2002 17:54:54 +0000 (17:54 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 22:37:42 +0000 (00:37 +0200)
misc/po-mode.el

index 57d5aad056b77be5e091cf7a6de1aaf5fc86a0a2..765e8e5d91bca57da82a8d12ad4fb9ea574b91f0 100644 (file)
 ;;; Here is the minimum for customization to work.  See part II.
 
 ;; Identify which Emacs variety is being used.
+;; This file supports:
+;;   - XEmacs (version 19 and above) -> po-XEMACS = t,
+;;   - GNU Emacs (version 20 and above) -> po-EMACS20 = t,
+;;   - GNU Emacs (version 19) -> no flag.
 (eval-and-compile
   (cond ((string-match "XEmacs\\|Lucid" emacs-version)
         (setq po-EMACS20 nil po-XEMACS t))
@@ -147,7 +151,7 @@ slightly different."
   :group 'po)
 
 (defcustom po-team-name-to-code
-  ;; FIXME: Add all possible languages, complete ISO 639 list.
+  ;; All possible languages, a complete ISO 639 list and a little more.
   '(("LANGUAGE" . "LL")
     ("(Afan) Oromo" . "om")
     ("Abkhazian" . "ab")