comparison lisp/help-nomule.el @ 298:70ad99077275 r21-0b47

Import from CVS: tag r21-0b47
author cvs
date Mon, 13 Aug 2007 10:39:40 +0200
parents 83b3d10dcba9
children 8429d81ab209
comparison
equal deleted inserted replaced
297:deca3c1083ac 298:70ad99077275
33 (defconst tutorial-supported-languages 33 (defconst tutorial-supported-languages
34 '(("French" fr iso-8859-1) 34 '(("French" fr iso-8859-1)
35 ("German" de iso-8859-1) 35 ("German" de iso-8859-1)
36 ("Norwegian" no iso-8859-1) 36 ("Norwegian" no iso-8859-1)
37 ("Croatian" hr iso-8859-2) 37 ("Croatian" hr iso-8859-2)
38 ("Polish" pl iso-8859-2)) 38 ("Polish" pl iso-8859-2)
39 ("Romanian" ro iso-8859-2))
39 "Alist of supported languages in TUTORIAL files. 40 "Alist of supported languages in TUTORIAL files.
40 Add languages here, as more are translated.") 41 Add languages here, as more are translated.")
41 42
42 ;; TUTORIAL arg is XEmacs addition 43 ;; TUTORIAL arg is XEmacs addition
43 (defun help-with-tutorial (&optional tutorial language) 44 (defun help-with-tutorial (&optional tutorial language)