diff options
| author | Juanma Barranquero | 2011-11-16 18:47:25 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-11-16 18:47:25 +0100 |
| commit | 7877f37394a0bea045c8d0faf7db7a7e1b4ccdc1 (patch) | |
| tree | 334fa246f6537c6fbdb73be78c873416b2b9bf44 /etc | |
| parent | 10649b828d6b2c7bfc41dde3386c980bcd48c0b3 (diff) | |
| download | emacs-7877f37394a0bea045c8d0faf7db7a7e1b4ccdc1.tar.gz emacs-7877f37394a0bea045c8d0faf7db7a7e1b4ccdc1.zip | |
Fix typos.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS.19 | 2 | ||||
| -rw-r--r-- | etc/NEWS.20 | 8 | ||||
| -rw-r--r-- | etc/NEWS.21 | 4 | ||||
| -rw-r--r-- | etc/NEWS.23 | 4 | ||||
| -rw-r--r-- | etc/TODO | 2 |
5 files changed, 10 insertions, 10 deletions
diff --git a/etc/NEWS.19 b/etc/NEWS.19 index 90d96c12fb8..6c1c5483809 100644 --- a/etc/NEWS.19 +++ b/etc/NEWS.19 | |||
| @@ -1729,7 +1729,7 @@ projects to define project-specific structures. It also enables the | |||
| 1729 | use of etags and TAGS files for languages not supported by etags. | 1729 | use of etags and TAGS files for languages not supported by etags. |
| 1730 | 1730 | ||
| 1731 | The Emacs manual section on Tags contains explanations and examples | 1731 | The Emacs manual section on Tags contains explanations and examples |
| 1732 | for Emacs's DEFVAR, VHDL, Cobol, Postscript and TCL. | 1732 | for Emacs's DEFVAR, VHDL, Cobol, PostScript and TCL. |
| 1733 | 1733 | ||
| 1734 | ** Various mode-specific commands that used to be bound to C-c LETTER | 1734 | ** Various mode-specific commands that used to be bound to C-c LETTER |
| 1735 | have been moved. | 1735 | have been moved. |
diff --git a/etc/NEWS.20 b/etc/NEWS.20 index f4cfb14de62..332eec60535 100644 --- a/etc/NEWS.20 +++ b/etc/NEWS.20 | |||
| @@ -696,7 +696,7 @@ pasting operations. | |||
| 696 | ** You can specify the printer to use for commands that do printing by | 696 | ** You can specify the printer to use for commands that do printing by |
| 697 | setting the variable `printer-name'. Just what a printer name looks | 697 | setting the variable `printer-name'. Just what a printer name looks |
| 698 | like depends on your operating system. You can specify a different | 698 | like depends on your operating system. You can specify a different |
| 699 | printer for the Postscript printing commands by setting | 699 | printer for the PostScript printing commands by setting |
| 700 | `ps-printer-name'. | 700 | `ps-printer-name'. |
| 701 | 701 | ||
| 702 | ** Emacs now supports on-the-fly spell checking by the means of a | 702 | ** Emacs now supports on-the-fly spell checking by the means of a |
| @@ -3494,9 +3494,9 @@ not by default. Use --members to turn this feature on. | |||
| 3494 | *** Java is tagged like C++. In addition, "extends" and "implements" | 3494 | *** Java is tagged like C++. In addition, "extends" and "implements" |
| 3495 | constructs are tagged. Files are recognized by the extension .java. | 3495 | constructs are tagged. Files are recognized by the extension .java. |
| 3496 | 3496 | ||
| 3497 | *** Etags can now handle programs written in Postscript. Files are | 3497 | *** Etags can now handle programs written in PostScript. Files are |
| 3498 | recognized by the extensions .ps and .pdb (Postscript with C syntax). | 3498 | recognized by the extensions .ps and .pdb (PostScript with C syntax). |
| 3499 | In Postscript, tags are lines that start with a slash. | 3499 | In PostScript, tags are lines that start with a slash. |
| 3500 | 3500 | ||
| 3501 | *** Etags now handles Objective C and Objective C++ code. The usual C and | 3501 | *** Etags now handles Objective C and Objective C++ code. The usual C and |
| 3502 | C++ tags are recognized in these languages; in addition, etags | 3502 | C++ tags are recognized in these languages; in addition, etags |
diff --git a/etc/NEWS.21 b/etc/NEWS.21 index ca5f9fb9403..c3c54d8bb01 100644 --- a/etc/NEWS.21 +++ b/etc/NEWS.21 | |||
| @@ -446,7 +446,7 @@ This behavior may be disabled by customizing the option | |||
| 446 | 446 | ||
| 447 | ** Polish, Czech, German, and French translations of Emacs' reference card | 447 | ** Polish, Czech, German, and French translations of Emacs' reference card |
| 448 | have been added. They are named `pl-refcard.tex', `cs-refcard.tex', | 448 | have been added. They are named `pl-refcard.tex', `cs-refcard.tex', |
| 449 | `de-refcard.tex' and `fr-refcard.tex'. Postscript files are included. | 449 | `de-refcard.tex' and `fr-refcard.tex'. PostScript files are included. |
| 450 | 450 | ||
| 451 | ** An `Emacs Survival Guide', etc/survival.tex, is available. | 451 | ** An `Emacs Survival Guide', etc/survival.tex, is available. |
| 452 | 452 | ||
| @@ -2189,7 +2189,7 @@ variables are tagged. | |||
| 2189 | 2189 | ||
| 2190 | *** New language Python: def and class at the beginning of a line are tags. | 2190 | *** New language Python: def and class at the beginning of a line are tags. |
| 2191 | 2191 | ||
| 2192 | *** .ss files are Scheme files, .pdb is Postscript with C syntax, .psw is | 2192 | *** .ss files are Scheme files, .pdb is PostScript with C syntax, .psw is |
| 2193 | for PSWrap. | 2193 | for PSWrap. |
| 2194 | 2194 | ||
| 2195 | ** Changes in etags.el | 2195 | ** Changes in etags.el |
diff --git a/etc/NEWS.23 b/etc/NEWS.23 index 43c085ad803..3a222d50d4c 100644 --- a/etc/NEWS.23 +++ b/etc/NEWS.23 | |||
| @@ -1235,8 +1235,8 @@ details, see the commentary in doc-view.el. | |||
| 1235 | 1235 | ||
| 1236 | PDF and DVI files are now opened in Doc View mode by default. | 1236 | PDF and DVI files are now opened in Doc View mode by default. |
| 1237 | 1237 | ||
| 1238 | In Postcript mode, C-c C-c launches Doc View minor mode for viewing | 1238 | In PostScript mode, C-c C-c launches Doc View minor mode for viewing |
| 1239 | the postscript file. | 1239 | the PostScript file. |
| 1240 | 1240 | ||
| 1241 | ** EasyPG provides an interface to the GNU Privacy Guard (GnuPG). | 1241 | ** EasyPG provides an interface to the GNU Privacy Guard (GnuPG). |
| 1242 | It includes a GnuPG keyring browser, cryptographic operations on | 1242 | It includes a GnuPG keyring browser, cryptographic operations on |
| @@ -325,7 +325,7 @@ typically due to pilot errors and should thus be in debug-ignored-errors. | |||
| 325 | 325 | ||
| 326 | ** Beefed-up syntax-tables. | 326 | ** Beefed-up syntax-tables. |
| 327 | *** recognize multi-character syntactic entities like `begin' and `end'. | 327 | *** recognize multi-character syntactic entities like `begin' and `end'. |
| 328 | *** nested string-delimiters (for Postscript's (foo(bar)baz) strings). | 328 | *** nested string-delimiters (for PostScript's (foo(bar)baz) strings). |
| 329 | *** support for infix operators (with precedence). | 329 | *** support for infix operators (with precedence). |
| 330 | *** support for the $ (paired delimiter) in parse-partial-sexp. | 330 | *** support for the $ (paired delimiter) in parse-partial-sexp. |
| 331 | *** support for hook-chars whose effect on the parsing-state is specified | 331 | *** support for hook-chars whose effect on the parsing-state is specified |