aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorJuanma Barranquero2011-11-20 04:48:53 +0100
committerJuanma Barranquero2011-11-20 04:48:53 +0100
commitcd1181dbece7f23a801ce9c56b985f9466cd6511 (patch)
tree59d07d411c4de52f8e100fc1d71dbadd9095d1b2 /admin
parent17e845af732cf7bd0ada49375f014e10deb3d06a (diff)
downloademacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.tar.gz
emacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.zip
Fix typos.
Diffstat (limited to 'admin')
-rw-r--r--admin/CPP-DEFINES4
-rw-r--r--admin/notes/multi-tty2
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.
48subprocesses System can use subprocesses (for M-x shell for example). Defined by default, only MSDOS undefines it. 48subprocesses System can use subprocesses (for M-x shell for example). Defined by default, only MSDOS undefines it.
49USE_LISP_UNION_TYPE Define it in lisp.h to make Lisp_Object be a union type instead of the default int. 49USE_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
52CLASH_DETECTION 52CLASH_DETECTION
53COFF 53COFF
54FIRST_PTY_LETTER 54FIRST_PTY_LETTER
@@ -58,7 +58,7 @@ NARROWPROTO
58SEPCHAR 58SEPCHAR
59SYSTEM_TYPE 59SYSTEM_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
62VIRT_ADDR_VARIES 62VIRT_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.)