emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master aad7ea3: * lisp/cus-start.el (help-quote-translatio


From: Glenn Morris
Subject: [Emacs-diffs] master aad7ea3: * lisp/cus-start.el (help-quote-translation): Add :version.
Date: Fri, 19 Jun 2015 01:07:32 +0000

branch: master
commit aad7ea32c57c7b9673a8d429524e050dac2d210c
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/cus-start.el (help-quote-translation): Add :version.
    
    ; * etc/NEWS: Add placeholder.
---
 etc/NEWS          |    2 ++
 lisp/cus-start.el |   12 ++++++------
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 06f7c8f..1611c7a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -959,6 +959,8 @@ apostrophe `like-this'.  The new style looks better on 
today's displays.
 When an old-style string is copied to a help buffer it is converted to
 the new style.
 
+** New option `help-quote-translation'.
+
 +++
 ** Time-related changes:
 
diff --git a/lisp/cus-start.el b/lisp/cus-start.el
index 5dd3681..12def4c 100644
--- a/lisp/cus-start.el
+++ b/lisp/cus-start.el
@@ -221,12 +221,12 @@ Leaving \"Default\" unchecked is equivalent with 
specifying a default of
             (no-redraw-on-reenter display boolean)
 
             ;; doc.c
-             (help-quote-translation help
-                                     (choice
-                                      (const :tag "No translation" nil)
-                                      (const :tag "Translate curly single 
quotes to ASCII" traditional)
-                                      (const :tag "Translate ASCII single 
quotes to curly" prefer-unicode)))
-
+            (help-quote-translation help
+                                    (choice
+                                     (const :tag "No translation" nil)
+                                     (const :tag "Translate curly single 
quotes to ASCII" traditional)
+                                     (const :tag "Translate ASCII single 
quotes to curly" prefer-unicode))
+                                    "25.1")
              ;; dosfns.c
             (dos-display-scancodes display boolean)
             (dos-hyper-key keyboard integer)



reply via email to

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