aboutsummaryrefslogtreecommitdiffstats
path: root/nextstep
diff options
context:
space:
mode:
authorStefan Kangas2025-01-23 03:13:01 +0100
committerStefan Kangas2025-01-23 03:14:37 +0100
commitcda78edc7d9194181bcda1790f29cb7cf3ceb0b9 (patch)
tree389233e91d4734810d553bc48c57d9d107afe2a9 /nextstep
parentce50a1d3c18bcf0e5f51f4ed49f292f7be31010d (diff)
downloademacs-cda78edc7d9194181bcda1790f29cb7cf3ceb0b9.tar.gz
emacs-cda78edc7d9194181bcda1790f29cb7cf3ceb0b9.zip
; Fix typos
Diffstat (limited to 'nextstep')
-rw-r--r--nextstep/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/nextstep/README b/nextstep/README
index 487ea52ead4..853d6bcda35 100644
--- a/nextstep/README
+++ b/nextstep/README
@@ -14,7 +14,7 @@ OpenStep and then Rhapsody, which became Mac OS X. In 2004 it was
14adapted to GNUstep, a free OpenStep implementation, and in 2008 it was 14adapted to GNUstep, a free OpenStep implementation, and in 2008 it was
15merged to the GNU Emacs trunk and released with Emacs 23. Around the 15merged to the GNU Emacs trunk and released with Emacs 23. Around the
16same time a separate Mac-only port using the Carbon APIs and 16same time a separate Mac-only port using the Carbon APIs and
17descending from a 2001 Mac OS 8/9 port of Emacs 21 was removed. (It 17descending from a 2001 Mac OS 8/9 port of Emacs 21 was removed. (It
18remains available externally under the name "mac".) 18remains available externally under the name "mac".)
19 19
20 20
@@ -48,12 +48,12 @@ Classes are declared like the following:
48 48
49 GUIDELINES 49 GUIDELINES
50 50
51* Adhere the to the FSF philosophy that a feature in GNU software 51* Adhere to the FSF philosophy that a feature in GNU software should not
52 should not only be available on non-free systems. 52 only be available on non-free systems.
53 53
54* People with varying Cocoa and Objective-C skills will read and 54* People with varying Cocoa and Objective-C skills will read and
55 modify the NS code over a long period of time. Keep the code simple 55 modify the NS code over a long period of time. Keep the code simple
56 and avoid language constructs that makes the code hard to maintain. 56 and avoid language constructs that make the code hard to maintain.
57 57
58* Don't use macros and types intended for the XCode Interface Builder, 58* Don't use macros and types intended for the XCode Interface Builder,
59 like 'IBAction'. 59 like 'IBAction'.
@@ -81,7 +81,7 @@ GNUstep. Even though they are less frequently used, this is important
81for a number of reasons: 81for a number of reasons:
82 82
83* It supports the GNUstep project and provides an Emacs with the same 83* It supports the GNUstep project and provides an Emacs with the same
84 look-and-feel as the rest of the system. 84 look and feel as the rest of the system.
85 85
86* This allows other Emacs developers to test their changes on the NS 86* This allows other Emacs developers to test their changes on the NS
87 interface without having access to a macOS machine. 87 interface without having access to a macOS machine.
@@ -93,7 +93,7 @@ for a number of reasons:
93 93
94 SEE ALSO 94 SEE ALSO
95 95
96The src/ns... files contains the C and Objective-C parts. 96The src/ns... files contain the C and Objective-C parts.
97 97
98The lisp/term/ns-win.el file contains the lisp part of the NS 98The lisp/term/ns-win.el file contains the lisp part of the NS
99interface. 99interface.