diff options
| author | Juanma Barranquero | 2011-11-20 04:48:53 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-11-20 04:48:53 +0100 |
| commit | cd1181dbece7f23a801ce9c56b985f9466cd6511 (patch) | |
| tree | 59d07d411c4de52f8e100fc1d71dbadd9095d1b2 /admin | |
| parent | 17e845af732cf7bd0ada49375f014e10deb3d06a (diff) | |
| download | emacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.tar.gz emacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.zip | |
Fix typos.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/CPP-DEFINES | 4 | ||||
| -rw-r--r-- | admin/notes/multi-tty | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES index 6e0f736a06f..9723ca720e1 100644 --- a/admin/CPP-DEFINES +++ b/admin/CPP-DEFINES | |||
| @@ -48,7 +48,7 @@ SYSTEM_MALLOC Use the system library's malloc. | |||
| 48 | subprocesses System can use subprocesses (for M-x shell for example). Defined by default, only MSDOS undefines it. | 48 | subprocesses System can use subprocesses (for M-x shell for example). Defined by default, only MSDOS undefines it. |
| 49 | USE_LISP_UNION_TYPE Define it in lisp.h to make Lisp_Object be a union type instead of the default int. | 49 | USE_LISP_UNION_TYPE Define it in lisp.h to make Lisp_Object be a union type instead of the default int. |
| 50 | 50 | ||
| 51 | ** System specific macros, decribed in detail in src/s/template.h | 51 | ** System specific macros, described in detail in src/s/template.h |
| 52 | CLASH_DETECTION | 52 | CLASH_DETECTION |
| 53 | COFF | 53 | COFF |
| 54 | FIRST_PTY_LETTER | 54 | FIRST_PTY_LETTER |
| @@ -58,7 +58,7 @@ NARROWPROTO | |||
| 58 | SEPCHAR | 58 | SEPCHAR |
| 59 | SYSTEM_TYPE | 59 | SYSTEM_TYPE |
| 60 | 60 | ||
| 61 | ** Machine specific macros, decribed in detail in src/m/template.h | 61 | ** Machine specific macros, described in detail in src/m/template.h |
| 62 | VIRT_ADDR_VARIES | 62 | VIRT_ADDR_VARIES |
| 63 | 63 | ||
| 64 | ** Misc macros | 64 | ** Misc macros |
diff --git a/admin/notes/multi-tty b/admin/notes/multi-tty index 67516fa78b6..8a10997eb8b 100644 --- a/admin/notes/multi-tty +++ b/admin/notes/multi-tty | |||
| @@ -521,7 +521,7 @@ THINGS TO DO | |||
| 521 | 521 | ||
| 522 | ** Very strange bug: visible-bell does not work on secondary | 522 | ** Very strange bug: visible-bell does not work on secondary |
| 523 | terminals in xterm and konsole. The screen does flicker a bit, | 523 | terminals in xterm and konsole. The screen does flicker a bit, |
| 524 | but it's so quick it isn't noticable. | 524 | but it's so quick it isn't noticeable. |
| 525 | 525 | ||
| 526 | (Update: This is probably some problem with padding or whatnot on | 526 | (Update: This is probably some problem with padding or whatnot on |
| 527 | the secondary terminals.) | 527 | the secondary terminals.) |