1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00

* lisp/cus-start.el (help-quote-translation): Add :version.

; * etc/NEWS: Add placeholder.
This commit is contained in:
Glenn Morris 2015-06-18 21:07:27 -04:00
parent d213cf0400
commit aad7ea32c5
2 changed files with 8 additions and 6 deletions

View File

@ -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:

View 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)