* 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.
;; 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)