Skip to content

Commit

Permalink
Avoid missing whitespace in help-for-help
Browse files Browse the repository at this point in the history
* lisp/help.el (help--for-help-make-commands): Avoid missing
whitespace before description of command.
Problem reported by Dmitry Gutov <dgutov@yandex.ru>.
  • Loading branch information
skangas committed Apr 27, 2021
1 parent 1ee62ac commit 2ab8d1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lisp/help.el
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ Do not call this in the scope of `with-help-window'."
;; "RET" so we can't use it here.
(propertize name 'face 'help-key-binding)
(concat "\\[" name "]"))
" " ; ensure we have some whitespace before the description
(propertize "\t" 'display '(space :align-to 8))
desc))
""))
Expand Down

0 comments on commit 2ab8d1e

Please sign in to comment.