summaryrefslogtreecommitdiff
path: root/lisp/cus-start.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/cus-start.el')
-rw-r--r--lisp/cus-start.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el
index a246d89f81f..69dbf0d0c57 100644
--- a/lisp/cus-start.el
+++ b/lisp/cus-start.el
@@ -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)