diff options
author | Glenn Morris <rgm@gnu.org> | 2015-06-18 21:07:27 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2015-06-18 21:07:27 -0400 |
commit | aad7ea32c57c7b9673a8d429524e050dac2d210c (patch) | |
tree | e9a59bd82616014bbee866b8691231d84b063695 /lisp | |
parent | d213cf0400ee5cad2e7f4626745fd97b942ff5e9 (diff) | |
download | emacs-aad7ea32c57c7b9673a8d429524e050dac2d210c.tar.gz emacs-aad7ea32c57c7b9673a8d429524e050dac2d210c.tar.bz2 emacs-aad7ea32c57c7b9673a8d429524e050dac2d210c.zip |
* lisp/cus-start.el (help-quote-translation): Add :version.
; * etc/NEWS: Add placeholder.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/cus-start.el | 12 |
1 files changed, 6 insertions, 6 deletions
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) |