* lisp/cus-start.el (help-quote-translation): Add :version.
; * etc/NEWS: Add placeholder.
This commit is contained in:
parent
d213cf0400
commit
aad7ea32c5
2 changed files with 8 additions and 6 deletions
2
etc/NEWS
2
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
|
When an old-style string is copied to a help buffer it is converted to
|
||||||
the new style.
|
the new style.
|
||||||
|
|
||||||
|
** New option `help-quote-translation'.
|
||||||
|
|
||||||
+++
|
+++
|
||||||
** Time-related changes:
|
** Time-related changes:
|
||||||
|
|
||||||
|
|
|
@ -221,12 +221,12 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
|
||||||
(no-redraw-on-reenter display boolean)
|
(no-redraw-on-reenter display boolean)
|
||||||
|
|
||||||
;; doc.c
|
;; doc.c
|
||||||
(help-quote-translation help
|
(help-quote-translation help
|
||||||
(choice
|
(choice
|
||||||
(const :tag "No translation" nil)
|
(const :tag "No translation" nil)
|
||||||
(const :tag "Translate curly single quotes to ASCII" traditional)
|
(const :tag "Translate curly single quotes to ASCII" traditional)
|
||||||
(const :tag "Translate ASCII single quotes to curly" prefer-unicode)))
|
(const :tag "Translate ASCII single quotes to curly" prefer-unicode))
|
||||||
|
"25.1")
|
||||||
;; dosfns.c
|
;; dosfns.c
|
||||||
(dos-display-scancodes display boolean)
|
(dos-display-scancodes display boolean)
|
||||||
(dos-hyper-key keyboard integer)
|
(dos-hyper-key keyboard integer)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue