Skip to content

Commit f073a96

Browse files
committed
Align documentation for help menu
1 parent a3f49f1 commit f073a96

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

resize-window.el

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,10 @@ nil."
185185
"Formats screen message about CHOICE.
186186
CHOICE is a \(key function documentation allows-capitals\)."
187187
(let ((key (resize-window--choice-keybinding choice)))
188-
(format "%s: %s " (if (resize-window--allows-capitals choice)
189-
(format "%s|%s"
190-
(string key)
191-
(string (- key 32)))
192-
(string key))
188+
(concat (if (resize-window--allows-capitals choice)
189+
(format "%s|%s" (string key) (string (- key 32)))
190+
(format " %s " (string key)))
191+
" : "
193192
(resize-window--choice-documentation choice))))
194193

195194
(defun resize-window--get-documentation-strings ()

0 commit comments

Comments
 (0)