]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/cus-start.el (help-quote-translation): Add :version.
authorGlenn Morris <rgm@gnu.org>
Fri, 19 Jun 2015 01:07:27 +0000 (21:07 -0400)
committerGlenn Morris <rgm@gnu.org>
Fri, 19 Jun 2015 01:07:27 +0000 (21:07 -0400)
; * etc/NEWS: Add placeholder.

etc/NEWS
lisp/cus-start.el

index 06f7c8f8eee821b1a446e8483bedeb799e8c53bd..1611c7a792663a1c47101ff58e750b2b95bac401 100644 (file)
--- 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:
 
index 5dd36811436d55d3479e89a0c4b9e7be61f7af87..12def4c41487f327e6e7699a8a697c3de351d443 100644 (file)
@@ -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)