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 @@ build jobs.")
|
||||||
(description
|
(description
|
||||||
"Company is a modular completion mechanism. Modules for retrieving
|
"Company is a modular completion mechanism. Modules for retrieving
|
||||||
completion candidates are called back-ends, modules for displaying them are
|
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.")
|
These are distributed in separate files and can be used individually.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
|
Reference in a new issue