aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2015-06-20 10:24:08 -0700
committerPaul Eggert2015-06-20 10:24:47 -0700
commit1b89ea39dde83531f1b97590cb4ea9391d896d0b (patch)
tree9e378f75b375f7a20726f596da0004c9c8848e8e
parent0e0dae5e87eef0c164f544457f68d808a07cb39b (diff)
downloademacs-1b89ea39dde83531f1b97590cb4ea9391d896d0b.tar.gz
emacs-1b89ea39dde83531f1b97590cb4ea9391d896d0b.zip
Spelling fix
-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)