aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/cus-start.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el
index 7cf5ce736bd..a246d89f81f 100644
--- a/lisp/cus-start.el
+++ b/lisp/cus-start.el
@@ -226,7 +226,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
226 (character :tag "Quote ‘like this’" :value ?‘) 226 (character :tag "Quote ‘like this’" :value ?‘)
227 (character :tag "Quote 'like this'" :value ?\') 227 (character :tag "Quote 'like this'" :value ?\')
228 (character :tag "Quote `like this'" :value ?\`) 228 (character :tag "Quote `like this'" :value ?\`)
229 (const :tag "Quote ‘like this’ if displyable, 'like this' otherwise" nil)) 229 (const :tag "Quote ‘like this’ if displayable, 'like this' otherwise" nil))
230 "25.1") 230 "25.1")
231 ;; dosfns.c 231 ;; dosfns.c
232 (dos-display-scancodes display boolean) 232 (dos-display-scancodes display boolean)