Display name with with spaces, but keep symbol name underneath
* lisp/cus-edit.el (custom-unlispify-menu-entry): Display the pretty name, but keep the real symbol name as the value (bug#41905). Copyright-paperwork-exempt: yes
This commit is contained in:
parent
31c3f53816
commit
e0c77bb62c
1 changed files with 2 additions and 1 deletions
|
@ -561,7 +561,8 @@ value unless you are sure you know what it does."
|
|||
(unless no-suffix
|
||||
(goto-char (point-max))
|
||||
(insert "..."))
|
||||
(buffer-string)))))
|
||||
(propertize (symbol-name symbol)
|
||||
'display (buffer-string))))))
|
||||
|
||||
(defcustom custom-unlispify-tag-names t
|
||||
"Display tag names as words instead of symbols if non-nil."
|
||||
|
|
Loading…
Add table
Reference in a new issue