diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-11-20 04:48:53 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-11-20 04:48:53 +0100 |
commit | cd1181dbece7f23a801ce9c56b985f9466cd6511 (patch) | |
tree | 59d07d411c4de52f8e100fc1d71dbadd9095d1b2 /admin | |
parent | 17e845af732cf7bd0ada49375f014e10deb3d06a (diff) | |
download | emacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.tar.gz |
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. subprocesses System can use subprocesses (for M-x shell for example). Defined by default, only MSDOS undefines it. USE_LISP_UNION_TYPE Define it in lisp.h to make Lisp_Object be a union type instead of the default int. -** System specific macros, decribed in detail in src/s/template.h +** System specific macros, described in detail in src/s/template.h CLASH_DETECTION COFF FIRST_PTY_LETTER @@ -58,7 +58,7 @@ NARROWPROTO SEPCHAR SYSTEM_TYPE -** Machine specific macros, decribed in detail in src/m/template.h +** Machine specific macros, described in detail in src/m/template.h VIRT_ADDR_VARIES ** 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 ** Very strange bug: visible-bell does not work on secondary terminals in xterm and konsole. The screen does flicker a bit, - but it's so quick it isn't noticable. + but it's so quick it isn't noticeable. (Update: This is probably some problem with padding or whatnot on the secondary terminals.) |