diff options
author | Alex Kost <alezost@gmail.com> | 2016-01-19 22:16:20 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2016-01-25 22:11:47 +0300 |
commit | cefb7aea9d068a03c79bb6f26ea87082ea214f10 (patch) | |
tree | 2031b648d297f03dc33c618dabc1c95cb1169a2b /doc/emacs.texi | |
parent | 71310ccc56f24c7975ddc3bb9893083e138be808 (diff) | |
download | gnu-guix-cefb7aea9d068a03c79bb6f26ea87082ea214f10.tar gnu-guix-cefb7aea9d068a03c79bb6f26ea87082ea214f10.tar.gz |
emacs: Buttonize licenses in "Package Info".
* emacs/guix-ui-package.el (guix-package-license): New button type.
(guix-package-info-format, guix-output-info-format): Use it.
* doc/emacs.texi (Emacs Info buffer): Mention it.
Diffstat (limited to 'doc/emacs.texi')
-rw-r--r-- | doc/emacs.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/emacs.texi b/doc/emacs.texi index eb470ab4ca..d321a89d4d 100644 --- a/doc/emacs.texi +++ b/doc/emacs.texi @@ -355,6 +355,7 @@ emacs, The GNU Emacs Manual}) which can be used to: @item install/remove a package; @item jump to a package location; @item browse home page of a package; +@item browse license URL; @item describe packages from ``Inputs'' fields. @end itemize |