* 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
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue