diff options
| author | Glenn Morris | 2015-06-18 21:07:27 -0400 |
|---|---|---|
| committer | Glenn Morris | 2015-06-18 21:07:27 -0400 |
| commit | aad7ea32c57c7b9673a8d429524e050dac2d210c (patch) | |
| tree | e9a59bd82616014bbee866b8691231d84b063695 | |
| parent | d213cf0400ee5cad2e7f4626745fd97b942ff5e9 (diff) | |
| download | emacs-aad7ea32c57c7b9673a8d429524e050dac2d210c.tar.gz emacs-aad7ea32c57c7b9673a8d429524e050dac2d210c.zip | |
* lisp/cus-start.el (help-quote-translation): Add :version.
; * etc/NEWS: Add placeholder.
| -rw-r--r-- | etc/NEWS | 2 | ||||
| -rw-r--r-- | lisp/cus-start.el | 12 |
2 files changed, 8 insertions, 6 deletions
| @@ -959,6 +959,8 @@ apostrophe `like-this'. The new style looks better on today's displays. | |||
| 959 | When an old-style string is copied to a help buffer it is converted to | 959 | When an old-style string is copied to a help buffer it is converted to |
| 960 | the new style. | 960 | the new style. |
| 961 | 961 | ||
| 962 | ** New option `help-quote-translation'. | ||
| 963 | |||
| 962 | +++ | 964 | +++ |
| 963 | ** Time-related changes: | 965 | ** Time-related changes: |
| 964 | 966 | ||
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 | |||
| 221 | (no-redraw-on-reenter display boolean) | 221 | (no-redraw-on-reenter display boolean) |
| 222 | 222 | ||
| 223 | ;; doc.c | 223 | ;; doc.c |
| 224 | (help-quote-translation help | 224 | (help-quote-translation help |
| 225 | (choice | 225 | (choice |
| 226 | (const :tag "No translation" nil) | 226 | (const :tag "No translation" nil) |
| 227 | (const :tag "Translate curly single quotes to ASCII" traditional) | 227 | (const :tag "Translate curly single quotes to ASCII" traditional) |
| 228 | (const :tag "Translate ASCII single quotes to curly" prefer-unicode))) | 228 | (const :tag "Translate ASCII single quotes to curly" prefer-unicode)) |
| 229 | 229 | "25.1") | |
| 230 | ;; dosfns.c | 230 | ;; dosfns.c |
| 231 | (dos-display-scancodes display boolean) | 231 | (dos-display-scancodes display boolean) |
| 232 | (dos-hyper-key keyboard integer) | 232 | (dos-hyper-key keyboard integer) |