diff options
| author | Paul Eggert | 2011-11-19 01:18:31 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-19 01:18:31 -0800 |
| commit | 5396468298b0122469e0b41da8f49860d99a2b51 (patch) | |
| tree | 4bd0a6db55e2c374402f88299b6347146719566f /admin | |
| parent | 7430c2a1791cc9fdd51b588998d26315489ac0d8 (diff) | |
| download | emacs-5396468298b0122469e0b41da8f49860d99a2b51.tar.gz emacs-5396468298b0122469e0b41da8f49860d99a2b51.zip | |
Spelling fixes.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/notes/multi-tty | 2 | ||||
| -rw-r--r-- | admin/unidata/unidata-gen.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/admin/notes/multi-tty b/admin/notes/multi-tty index 410e3aa8614..6b2ddfa8359 100644 --- a/admin/notes/multi-tty +++ b/admin/notes/multi-tty | |||
| @@ -984,7 +984,7 @@ DIARY OF CHANGES | |||
| 984 | wrt foreground/background process groups.) | 984 | wrt foreground/background process groups.) |
| 985 | 985 | ||
| 986 | -- There is a flicker during the startup of `emacs -nw'; it's as if | 986 | -- There is a flicker during the startup of `emacs -nw'; it's as if |
| 987 | the terminal is initialized, reset and then initialialized again. | 987 | the terminal is initialized, reset and then initialized again. |
| 988 | Debug this. (Hint: narrow_foreground_group is called twice during | 988 | Debug this. (Hint: narrow_foreground_group is called twice during |
| 989 | startup.) | 989 | startup.) |
| 990 | 990 | ||
diff --git a/admin/unidata/unidata-gen.el b/admin/unidata/unidata-gen.el index 1002bb003af..713b0512e09 100644 --- a/admin/unidata/unidata-gen.el +++ b/admin/unidata/unidata-gen.el | |||
| @@ -158,7 +158,7 @@ | |||
| 158 | ;; DEFAULT: the default value of the property. It may have the form | 158 | ;; DEFAULT: the default value of the property. It may have the form |
| 159 | ;; (VAL0 (FROM1 TO1 VAL1) ...) which indicates that the default | 159 | ;; (VAL0 (FROM1 TO1 VAL1) ...) which indicates that the default |
| 160 | ;; value is VAL0 except for characters in the ranges specified by | 160 | ;; value is VAL0 except for characters in the ranges specified by |
| 161 | ;; FROMn and TOn (incusive). The default value of characters | 161 | ;; FROMn and TOn (inclusive). The default value of characters |
| 162 | ;; between FROMn and TOn is VALn. | 162 | ;; between FROMn and TOn is VALn. |
| 163 | ;; VAL-LIST: list of specially ordered property values | 163 | ;; VAL-LIST: list of specially ordered property values |
| 164 | 164 | ||