From aad7ea32c57c7b9673a8d429524e050dac2d210c Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 18 Jun 2015 21:07:27 -0400 Subject: [PATCH] * 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 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) -- 2.39.2