emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master bf32130 2/2: Improve port of settings UI to older d


From: Paul Eggert
Subject: [Emacs-diffs] master bf32130 2/2: Improve port of settings UI to older displays
Date: Sat, 20 Jun 2015 20:36:08 +0000

branch: master
commit bf32130d7debe3ee6dbd9974e50bb4a2a48047f4
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    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.
---
 lisp/cus-start.el |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/lisp/cus-start.el b/lisp/cus-start.el
index a246d89..69dbf0d 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]