mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-02 08:22:22 +00:00
Improve port of settings UI to older displays
* lisp/cus-start.el (standard): Don't assume curved quotes are easily distinguishable when users are tinkering with a setting that affects how curved quotes are generated.
This commit is contained in:
parent
b1cd8375f6
commit
bf32130d7d
@ -223,10 +223,11 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
|
||||
;; doc.c
|
||||
(help-quote-translation help
|
||||
(choice
|
||||
(character :tag "Quote ‘like this’" :value ?‘)
|
||||
(character :tag "Quote with curved quotes"
|
||||
:value ?‘)
|
||||
(character :tag "Quote 'like this'" :value ?\')
|
||||
(character :tag "Quote `like this'" :value ?\`)
|
||||
(const :tag "Quote ‘like this’ if displayable, 'like this' otherwise" nil))
|
||||
(const :tag "Quote with curved quotes if displayable, 'like this' otherwise" nil))
|
||||
"25.1")
|
||||
;; dosfns.c
|
||||
(dos-display-scancodes display boolean)
|
||||
|
Loading…
Reference in New Issue
Block a user