aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/cus-start.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el
index 8f444799ae7..10b352f0e46 100644
--- a/lisp/cus-start.el
+++ b/lisp/cus-start.el
@@ -250,25 +250,25 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
250 (dos-unsupported-char-glyph display integer) 250 (dos-unsupported-char-glyph display integer)
251 ;; nsterm.m 251 ;; nsterm.m
252 (ns-control-modifier 252 (ns-control-modifier
253 nextstep 253 ns
254 (choice (const :tag "No modifier" nil) 254 (choice (const :tag "No modifier" nil)
255 (const control) (const meta) 255 (const control) (const meta)
256 (const alt) (const hyper) 256 (const alt) (const hyper)
257 (const super)) "23.1") 257 (const super)) "23.1")
258 (ns-command-modifier 258 (ns-command-modifier
259 nextstep 259 ns
260 (choice (const :tag "No modifier" nil) 260 (choice (const :tag "No modifier" nil)
261 (const control) (const meta) 261 (const control) (const meta)
262 (const alt) (const hyper) 262 (const alt) (const hyper)
263 (const super)) "23.1") 263 (const super)) "23.1")
264 (ns-alternate-modifier 264 (ns-alternate-modifier
265 nextstep 265 ns
266 (choice (const :tag "No modifier (work as alternate/option)" none) 266 (choice (const :tag "No modifier (work as alternate/option)" none)
267 (const control) (const meta) 267 (const control) (const meta)
268 (const alt) (const hyper) 268 (const alt) (const hyper)
269 (const super)) "23.1") 269 (const super)) "23.1")
270 (ns-function-modifier 270 (ns-function-modifier
271 nextstep 271 ns
272 (choice (const :tag "No modifier (work as function)" none) 272 (choice (const :tag "No modifier (work as function)" none)
273 (const control) (const meta) 273 (const control) (const meta)
274 (const alt) (const hyper) 274 (const alt) (const hyper)