]> git.eshelyaron.com Git - emacs.git/commitdiff
(all): Use existing `ns' rather than new `nextstep' group for variables affected...
authorDavid Reitter <david.reitter@gmail.com>
Sat, 21 Mar 2009 13:01:44 +0000 (13:01 +0000)
committerDavid Reitter <david.reitter@gmail.com>
Sat, 21 Mar 2009 13:01:44 +0000 (13:01 +0000)
lisp/cus-start.el

index 8f444799ae7e7c9a26cc380db552b755290529ad..10b352f0e46e8460ea536ec116b77b881ceacfa0 100644 (file)
@@ -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)