aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/cus-start.el12
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
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)