diff options
Diffstat (limited to 'app-emacs/cldoc/metadata.xml')
-rw-r--r-- | app-emacs/cldoc/metadata.xml | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/app-emacs/cldoc/metadata.xml b/app-emacs/cldoc/metadata.xml index 23f59bff4a62..13c0f1e7ba37 100644 --- a/app-emacs/cldoc/metadata.xml +++ b/app-emacs/cldoc/metadata.xml @@ -1,14 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>emacs</herd> +<maintainer> + <email>gnu-emacs@gentoo.org</email> + <name>Gentoo GNU Emacs project</name> +</maintainer> <herd>common-lisp</herd> <longdescription> -Show Common Lisp operators and variables information in echo area. -cldoc.el has a database of parameters and results of Common Lisp's -standard functions, and syntax rules of standard macros and special -operators. cldoc.el automatically uses SLIME's autodoc facility if -available to display parameters of user defined functions and macros, -and the values of global variables. + Show Common Lisp operators and variables information in echo area. + cldoc.el has a database of parameters and results of Common Lisp's + standard functions, and syntax rules of standard macros and special + operators. cldoc.el automatically uses SLIME's autodoc facility if + available to display parameters of user defined functions and macros, + and the values of global variables. </longdescription> </pkgmetadata> |