* lisp/descr-text.el (describe-property-list): Don't propertize white
space with the 'help-argument-name' face. This improves display
slightly when that face has an underline.
(prin1-to-string (nth 0 b) t)))))
(let ((key (nth 0 elt))
(value (nth 1 elt)))
- (insert (propertize (format " %-20s " key)
- 'face 'help-argument-name))
+ (insert (format " %-20s "
+ (propertize (symbol-name key)
+ 'face 'help-argument-name)))
(cond ((eq key 'category)
(insert-text-button
(symbol-name value)