diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/cus-start.el | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 69dbf0d0c57..7a37198fb2c 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -221,14 +221,16 @@ 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 | (text-quoting-style |
| 225 | (choice | 225 | help |
| 226 | (character :tag "Quote with curved quotes" | 226 | (choice |
| 227 | :value ?‘) | 227 | (const :tag "Quote with curved single quotes" curve) |
| 228 | (character :tag "Quote 'like this'" :value ?\') | 228 | (const :tag "Quote with straight apostrophes 'like this'" |
| 229 | (character :tag "Quote `like this'" :value ?\`) | 229 | straight) |
| 230 | (const :tag "Quote with curved quotes if displayable, 'like this' otherwise" nil)) | 230 | (const :tag "Quote with grave accent and apostrophe `like this'" |
| 231 | "25.1") | 231 | grave) |
| 232 | (const :tag "Use curved quotes if displayable, grave accent and apostrophe otherwise" nil)) | ||
| 233 | "25.1") | ||
| 232 | ;; dosfns.c | 234 | ;; dosfns.c |
| 233 | (dos-display-scancodes display boolean) | 235 | (dos-display-scancodes display boolean) |
| 234 | (dos-hyper-key keyboard integer) | 236 | (dos-hyper-key keyboard integer) |