diff options
| author | Paul Eggert | 2015-11-10 10:22:29 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-11-10 10:23:00 -0800 |
| commit | c92dbd6d0c234ff993acb0a095c024593bc185c8 (patch) | |
| tree | f6e1be4508825d465244f4849e2ab33209d8cc84 /src/nsterm.h | |
| parent | d149ca81c33ab95900306c3c71f6eff62a3ec1a1 (diff) | |
| download | emacs-c92dbd6d0c234ff993acb0a095c024593bc185c8.tar.gz emacs-c92dbd6d0c234ff993acb0a095c024593bc185c8.zip | |
Spelling fixes
* lisp/net/soap-inspect.el (soap-inspect-xs-simple-type):
Fix misspelling in output.
Diffstat (limited to 'src/nsterm.h')
| -rw-r--r-- | src/nsterm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nsterm.h b/src/nsterm.h index 3fb8cfc9cd8..1b330f08636 100644 --- a/src/nsterm.h +++ b/src/nsterm.h | |||
| @@ -126,7 +126,7 @@ nsterm.m : 6718: [ 4453] | | | | +->> (X:0 Y:0)/(W:1600 H:1177) | |||
| 126 | 126 | ||
| 127 | Here, "ns_fullscreen_hook" calls "handleFS", which is turn calls | 127 | Here, "ns_fullscreen_hook" calls "handleFS", which is turn calls |
| 128 | "performZoom". This function calls "[super performZoom]", which | 128 | "performZoom". This function calls "[super performZoom]", which |
| 129 | isn't annoted (so it doesn't show up in the trace). However, it | 129 | isn't annotated (so it doesn't show up in the trace). However, it |
| 130 | calls "zoom" which is annotated so it is part of the call trace. | 130 | calls "zoom" which is annotated so it is part of the call trace. |
| 131 | Later, the method "windowWillUseStandardFrame" and the function | 131 | Later, the method "windowWillUseStandardFrame" and the function |
| 132 | "setFSValue" are called. The lines with "+---" contain extra | 132 | "setFSValue" are called. The lines with "+---" contain extra |
| @@ -230,7 +230,7 @@ void nstrace_leave(int *); | |||
| 230 | 230 | ||
| 231 | /* Function enter macros. | 231 | /* Function enter macros. |
| 232 | 232 | ||
| 233 | NSTRACE (fmt, ...) -- Enable trace output in curent block | 233 | NSTRACE (fmt, ...) -- Enable trace output in current block |
| 234 | (typically a function). Accepts printf-style | 234 | (typically a function). Accepts printf-style |
| 235 | arguments. | 235 | arguments. |
| 236 | 236 | ||