mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: emacs-irony-mode: Fix typo in description.
* gnu/packages/emacs-xyz.scm (emacs-irony-mode)[description]: Re-spell ‘resistent’.
This commit is contained in:
parent
4bee557d43
commit
881a3521f6
1 changed files with 1 additions and 1 deletions
|
@ -2899,7 +2899,7 @@ (define-public emacs-irony-mode
|
||||||
(description "Irony-mode provides Clang-assisted syntax checking and
|
(description "Irony-mode provides Clang-assisted syntax checking and
|
||||||
completion for C, C++, and ObjC in GNU Emacs. Using @code{libclang} it can
|
completion for C, C++, and ObjC in GNU Emacs. Using @code{libclang} it can
|
||||||
provide syntax checking and autocompletion on compiler level which is very
|
provide syntax checking and autocompletion on compiler level which is very
|
||||||
resistent against false positives. It also integrates well with other
|
resistant against false positives. It also integrates well with other
|
||||||
packages like @code{eldoc-mode} and especially @code{company-mode} as
|
packages like @code{eldoc-mode} and especially @code{company-mode} as
|
||||||
described on the homepage.")
|
described on the homepage.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
Loading…
Reference in a new issue