mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 10:55:23 -05:00
gnu: emacs-company: Tiny fix in description.
* gnu/packages/emacs-xyz.scm (emacs-company)[description]: Add a comma after "e.g." so Texinfo does not infer a full stop.
This commit is contained in:
parent
115f6b9325
commit
ca2045d6f9
1 changed files with 1 additions and 1 deletions
|
@ -3671,7 +3671,7 @@ (define-public emacs-company
|
|||
(description
|
||||
"Company is a modular completion mechanism. Modules for retrieving
|
||||
completion candidates are called back-ends, modules for displaying them are
|
||||
front-ends. Company comes with many back-ends, e.g. @code{company-elisp}.
|
||||
front-ends. Company comes with many back-ends, e.g., @code{company-elisp}.
|
||||
These are distributed in separate files and can be used individually.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue