gnu: emacs-which-key: Avoid leading "(" in description line.

* gnu/packages/emacs.scm (emacs-which-key): Reformat description to avoid a
line beginning with "(" because such lines break indentation in Emacs.
This commit is contained in:
Arun Isaac 2017-06-27 11:34:58 +05:30
parent 0040140d34
commit 2482c02f3b
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -4990,10 +4990,11 @@ (define-public emacs-which-key
"-f" "ert-run-tests-batch-and-exit"))))))) "-f" "ert-run-tests-batch-and-exit")))))))
(home-page "https://github.com/justbur/emacs-which-key") (home-page "https://github.com/justbur/emacs-which-key")
(synopsis "Display available key bindings in popup") (synopsis "Display available key bindings in popup")
(description "@code{emacs-which-key} is a minor mode for Emacs that (description
displays the key bindings following your currently entered incomplete command "@code{emacs-which-key} is a minor mode for Emacs that displays the key
(a prefix) in a popup. For example, after enabling the minor mode if you bindings following your currently entered incomplete command (a prefix) in a
enter C-x and wait for the default of 1 second, the minibuffer will expand popup. For example, after enabling the minor mode if you enter C-x and wait
with all of the available key bindings that follow C-x (or as many as space for the default of 1 second, the minibuffer will expand with all of the
allows given your settings).") available key bindings that follow C-x (or as many as space allows given your
settings).")
(license license:gpl3+))) (license license:gpl3+)))