aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Reitter <[email protected]>2009-03-21 13:01:44 +0000
committerDavid Reitter <[email protected]>2009-03-21 13:01:44 +0000
commitae2349fed8c140d4d891519dce29ca9abf7ec0f7 (patch)
tree805b4cccb4a4f5cadced24f5702dd1fe09eb842b
parent7ed88398085aa8836390cefc22c47c6f10c85ddd (diff)
(all): Use existing `ns' rather than new `nextstep' group for variables affected by last two changes.
-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 8f444799ae..10b352f0e4 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
(dos-unsupported-char-glyph display integer)
;; nsterm.m
(ns-control-modifier
- nextstep
+ ns
(choice (const :tag "No modifier" nil)
(const control) (const meta)
(const alt) (const hyper)
(const super)) "23.1")
(ns-command-modifier
- nextstep
+ ns
(choice (const :tag "No modifier" nil)
(const control) (const meta)
(const alt) (const hyper)
(const super)) "23.1")
(ns-alternate-modifier
- nextstep
+ ns
(choice (const :tag "No modifier (work as alternate/option)" none)
(const control) (const meta)
(const alt) (const hyper)
(const super)) "23.1")
(ns-function-modifier
- nextstep
+ ns
(choice (const :tag "No modifier (work as function)" none)
(const control) (const meta)
(const alt) (const hyper)