diff options
author | 2008-03-22 11:09:18 +0000 | |
---|---|---|
committer | 2008-03-22 11:09:18 +0000 | |
commit | b390ee38eb21fedaed5843c9fd282b3cbdb38a02 (patch) | |
tree | 0d9dbcc1adf85cb446423a839debf89e9b0e43f2 /app-emacs/boxquote | |
parent | Version bump, to fix bug 213548. (diff) | |
download | historical-b390ee38eb21fedaed5843c9fd282b3cbdb38a02.tar.gz historical-b390ee38eb21fedaed5843c9fd282b3cbdb38a02.tar.bz2 historical-b390ee38eb21fedaed5843c9fd282b3cbdb38a02.zip |
Add longdescription to metadata.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'app-emacs/boxquote')
-rw-r--r-- | app-emacs/boxquote/metadata.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-emacs/boxquote/metadata.xml b/app-emacs/boxquote/metadata.xml index bc306fe58224..b71e9e1351cd 100644 --- a/app-emacs/boxquote/metadata.xml +++ b/app-emacs/boxquote/metadata.xml @@ -2,4 +2,18 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>emacs</herd> +<longdescription> + Boxquote provides a set of functions for using a text quoting style that + partially boxes in the left hand side of an area of text, such a marking + style might be used to show externally included text or example code. + + ,---- + | The default style looks like this. + `---- + + A number of functions are provided for quoting a region, a buffer, a + paragraph and a defun. There are also functions for quoting text while + pulling it in, either by inserting the contents of another file or by + yanking text into the current buffer. +</longdescription> </pkgmetadata> |