From: Glenn Morris Date: Fri, 19 Jun 2015 01:07:27 +0000 (-0400) Subject: * lisp/cus-start.el (help-quote-translation): Add :version. X-Git-Tag: emacs-25.0.90~1705 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aad7ea32c57c7b9673a8d429524e050dac2d210c;p=emacs.git * lisp/cus-start.el (help-quote-translation): Add :version. ; * etc/NEWS: Add placeholder. --- diff --git a/etc/NEWS b/etc/NEWS index 06f7c8f8eee..1611c7a7926 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 5dd36811436..12def4c4148 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)