diff options
| author | Paul Eggert | 2011-11-13 20:35:22 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-13 20:35:22 -0800 |
| commit | c3ca24d48c10fb771ee02eb58f7d49bd82d6306e (patch) | |
| tree | e707b79a846623490feea39a4dceb86dd218eb4d /admin | |
| parent | 6a0bf43d7c5961297aa5024aec534e5bab73c8af (diff) | |
| parent | 56632ce4cd8616f0613e8734d62ec5e2f833c7dc (diff) | |
| download | emacs-c3ca24d48c10fb771ee02eb58f7d49bd82d6306e.tar.gz emacs-c3ca24d48c10fb771ee02eb58f7d49bd82d6306e.zip | |
Merge from trunk.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/charsets/cp51932.awk | 2 | ||||
| -rw-r--r-- | admin/grammars/python.wy | 2 | ||||
| -rw-r--r-- | admin/notes/bzr | 2 | ||||
| -rw-r--r-- | admin/nt/README-ftp-server | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/admin/charsets/cp51932.awk b/admin/charsets/cp51932.awk index 39ccc1c7dc1..b611def710d 100644 --- a/admin/charsets/cp51932.awk +++ b/admin/charsets/cp51932.awk | |||
| @@ -20,7 +20,7 @@ | |||
| 20 | 20 | ||
| 21 | # Commentary: | 21 | # Commentary: |
| 22 | 22 | ||
| 23 | # Genereate a translation table for CP51932 (EUC-JP of MicroSoft Version). | 23 | # Generate a translation table for CP51932 (EUC-JP of MicroSoft Version). |
| 24 | # It maps invalid JISX0208 code points used by CP51932 to Unicode. | 24 | # It maps invalid JISX0208 code points used by CP51932 to Unicode. |
| 25 | # 4th field of the input has these meanings: | 25 | # 4th field of the input has these meanings: |
| 26 | # 0: JISX0208 characters. | 26 | # 0: JISX0208 characters. |
diff --git a/admin/grammars/python.wy b/admin/grammars/python.wy index a0af813e5e8..b30305ee78a 100644 --- a/admin/grammars/python.wy +++ b/admin/grammars/python.wy | |||
| @@ -828,7 +828,7 @@ paren_classes | |||
| 828 | ; | 828 | ; |
| 829 | 829 | ||
| 830 | ;; In general, the base class can be specified by a general expression | 830 | ;; In general, the base class can be specified by a general expression |
| 831 | ;; which evalue to a class object, i.e., base classes are not just names! | 831 | ;; which evaluates to a class object, i.e., base classes are not just names! |
| 832 | ;; However base classes are names in most cases. Thus the | 832 | ;; However base classes are names in most cases. Thus the |
| 833 | ;; non-terminals below work only with simple names. Even if the | 833 | ;; non-terminals below work only with simple names. Even if the |
| 834 | ;; parser can parse general expressions, I don't see much benefit in | 834 | ;; parser can parse general expressions, I don't see much benefit in |
diff --git a/admin/notes/bzr b/admin/notes/bzr index 12a3b194266..50eaf3710ee 100644 --- a/admin/notes/bzr +++ b/admin/notes/bzr | |||
| @@ -173,7 +173,7 @@ This restores file, but without its history (`bzr log file' will be | |||
| 173 | very short). This is because file gets re-added with a new file-id | 173 | very short). This is because file gets re-added with a new file-id |
| 174 | (use `bzr file-id file' to see the id). | 174 | (use `bzr file-id file' to see the id). |
| 175 | 175 | ||
| 176 | Insteading of adding the file, try: | 176 | Instead of adding the file, try: |
| 177 | 177 | ||
| 178 | bzr revert -rN file; bzr commit | 178 | bzr revert -rN file; bzr commit |
| 179 | 179 | ||
diff --git a/admin/nt/README-ftp-server b/admin/nt/README-ftp-server index 5dee94f28c5..3c70ed8dbe0 100644 --- a/admin/nt/README-ftp-server +++ b/admin/nt/README-ftp-server | |||
| @@ -92,7 +92,7 @@ See the end of the file for license conditions. | |||
| 92 | or libpng.dll. LibPNG requires zlib, which should come from the same | 92 | or libpng.dll. LibPNG requires zlib, which should come from the same |
| 93 | source as you got libpng. | 93 | source as you got libpng. |
| 94 | 94 | ||
| 95 | JPEG: requires the Independant JPEG Group's libjpeg 6b or later, | 95 | JPEG: requires the Independent JPEG Group's libjpeg 6b or later, |
| 96 | which will be called jpeg62.dll, libjpeg.dll, jpeg-62.dll or jpeg.dll. | 96 | which will be called jpeg62.dll, libjpeg.dll, jpeg-62.dll or jpeg.dll. |
| 97 | 97 | ||
| 98 | TIFF: requires libTIFF 3.0 or later, which will be called libtiff3.dll | 98 | TIFF: requires libTIFF 3.0 or later, which will be called libtiff3.dll |