gnu: emacs-ebib: Add Texinfo markup in description.

* gnu/packages/emacs-xyz.scm (emacs-ebib)[description]: Add Texinfo markup.
This commit is contained in:
Nicolas Goaziou 2020-05-02 02:26:21 +02:00
parent 2e775ecc23
commit b8642c5500
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -13292,10 +13292,10 @@ (define-public emacs-ebib
(synopsis "BibTeX database manager for Emacs")
(description
"Ebib is a BibTeX database manager that runs in GNU Emacs.
With Ebib you can create, sort and manage your .bib database files,
all within Emacs. It supports searching, multi-line field values and
@@String and @@Preamble definitions. Ebib integrates with (La)TeX
mode, Org mode and other Emacs editing modes.")
With Ebib you can create, sort and manage your @file{.bib} database files, all
within Emacs. It supports searching, multi-line field values and
@samp{@@String} and @samp{@@Preamble} definitions. Ebib integrates
with (La)TeX mode, Org mode and other Emacs editing modes.")
;; The Ebib source files are released under a BSD license with
;; the exception of org-ebib.el, which is released under the GNU
;; GPL.