gnu: emacs-disable-mouse: Fix trailing whitespace in description.
* gnu/packages/emacs-xyz.scm (emacs-disable-mouse)[description]: Fix trailing whitespace.
This commit is contained in:
parent
2a553452f2
commit
afcdfc2079
1 changed files with 1 additions and 1 deletions
|
@ -14535,7 +14535,7 @@ running tests easier.")
|
||||||
(description
|
(description
|
||||||
"Provides @code{disable-mouse-mode} and @code{global-disable-mouse-mode},
|
"Provides @code{disable-mouse-mode} and @code{global-disable-mouse-mode},
|
||||||
pair of minor modes which suppress all mouse events by intercepting them and
|
pair of minor modes which suppress all mouse events by intercepting them and
|
||||||
running a customisable handler command (@code{ignore} by default). ")
|
running a customisable handler command (@code{ignore} by default).")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-json-reformat
|
(define-public emacs-json-reformat
|
||||||
|
|
Reference in a new issue