diff options
author | Arun Isaac <arunisaac@systemreboot.net> | 2017-06-27 11:34:58 +0530 |
---|---|---|
committer | Arun Isaac <arunisaac@systemreboot.net> | 2017-06-27 11:39:01 +0530 |
commit | 2482c02f3b23b2490a6647e0717cf8a4ccf3f6a8 (patch) | |
tree | e6f44f74e12a32698340fc87e3ec402bfa488537 /gnu | |
parent | 0040140d34fc12c5205d806c5e8dfee627cb1b83 (diff) | |
download | patches-2482c02f3b23b2490a6647e0717cf8a4ccf3f6a8.tar patches-2482c02f3b23b2490a6647e0717cf8a4ccf3f6a8.tar.gz |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs.scm | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index a982788755..957de755f1 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -4990,10 +4990,11 @@ displays results pretty-printed in XML or JSON with @code{restclient-mode}") "-f" "ert-run-tests-batch-and-exit"))))))) (home-page "https://github.com/justbur/emacs-which-key") (synopsis "Display available key bindings in popup") - (description "@code{emacs-which-key} is a minor mode for Emacs that -displays the key bindings following your currently entered incomplete command -(a prefix) in a popup. For example, after enabling the minor mode if you -enter C-x and wait for the default of 1 second, the minibuffer will expand -with all of the available key bindings that follow C-x (or as many as space -allows given your settings).") + (description + "@code{emacs-which-key} is a minor mode for Emacs that displays the key +bindings following your currently entered incomplete command (a prefix) in a +popup. For example, after enabling the minor mode if you enter C-x and wait +for the default of 1 second, the minibuffer will expand with all of the +available key bindings that follow C-x (or as many as space allows given your +settings).") (license license:gpl3+))) |