diff options
author | Karl Berry <karl@freefriends.org> | 2009-09-21 22:39:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-09-21 22:39:03 +0000 |
commit | 97748b815092e16107c3fbfbe08795cff718a5fa (patch) | |
tree | 832f306d645e13209f2450c05ee9e1c5ea42ab7e /Master/texmf-dist/doc/latex/dox/dox.el | |
parent | 88d26d8a8079d7b343841bb875a83f89cb27e050 (diff) |
dox 2.0 (21sep09)
git-svn-id: svn://tug.org/texlive/trunk@15409 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/dox/dox.el')
-rw-r--r-- | Master/texmf-dist/doc/latex/dox/dox.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/dox/dox.el b/Master/texmf-dist/doc/latex/dox/dox.el index b233a1e47a9..ca6496fb870 100644 --- a/Master/texmf-dist/doc/latex/dox/dox.el +++ b/Master/texmf-dist/doc/latex/dox/dox.el @@ -5,7 +5,7 @@ ;; Author: Didier Verna <didier@lrde.epita.fr> ;; Maintainer: Didier Verna <didier@lrde.epita.fr> ;; Created: Fri Sep 11 11:24:16 2009 -;; Last Revision: Fri Sep 11 11:26:28 2009 +;; Last Revision: Sat Sep 19 09:54:43 2009 ;; Keywords: tex abbrev data @@ -33,7 +33,9 @@ (TeX-add-style-hook "dox" (function (lambda () - (TeX-add-symbols '("doxitem" "Functions name" "singular" "plural"))))) + (TeX-add-symbols + '("doxitem" [ "Options" ] + "Function name" "Environment name" "Index category name"))))) |