diff options
author | Karl Berry <karl@freefriends.org> | 2017-08-09 22:15:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-08-09 22:15:00 +0000 |
commit | 1aeae3e685706e19df5cf9084e71685db8e18d1a (patch) | |
tree | e97511e45a92538dc950fd807f4b9afb19a56473 /Master/texmf-dist/doc/latex/latex2e-help-texinfo-fr/ltx-help.el | |
parent | c8d77ba88d2eff25dae6a20e9d56030e721391a6 (diff) |
latex2e-help-texinfo-fr (9aug17)
git-svn-id: svn://tug.org/texlive/trunk@44997 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex2e-help-texinfo-fr/ltx-help.el')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex2e-help-texinfo-fr/ltx-help.el | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/latex2e-help-texinfo-fr/ltx-help.el b/Master/texmf-dist/doc/latex/latex2e-help-texinfo-fr/ltx-help.el index a2ff719290a..0b48d680e1b 100644 --- a/Master/texmf-dist/doc/latex/latex2e-help-texinfo-fr/ltx-help.el +++ b/Master/texmf-dist/doc/latex/latex2e-help-texinfo-fr/ltx-help.el @@ -143,7 +143,12 @@ 'buffer-substring-no-properties 'buffer-substring)) -(defvar latex-help-file "(latex2e)") +(defcustom latex-help-file "(latex2e)" + "Select the LaTeX2e non official reference manual translation." + :type '(choice + (string :tag "English" "(latex2e)") + (string :tag "French" "(latex2e-fr)") + (string :tag "Spanish" "(latex2e-es)") )) (defvar latex-help-split-window nil "*When this is non-nil, `latex-help' will always pop up the info |