diff options
| author | Juanma Barranquero | 2005-06-21 11:40:22 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-06-21 11:40:22 +0000 |
| commit | 2c7a8f6335804253d9a6bb9541cb19e469654fe3 (patch) | |
| tree | c69d9378dc629ce01a3414b5df31655093b27c0e | |
| parent | 6e0dca3d12acc38d9d607fe31b83a6d4c69b6492 (diff) | |
| download | emacs-2c7a8f6335804253d9a6bb9541cb19e469654fe3.tar.gz emacs-2c7a8f6335804253d9a6bb9541cb19e469654fe3.zip | |
Fix spellings.
| -rw-r--r-- | etc/NEWS | 14 | ||||
| -rw-r--r-- | man/cc-mode.texi | 2 | ||||
| -rw-r--r-- | man/ses.texi | 2 |
3 files changed, 9 insertions, 9 deletions
| @@ -1982,7 +1982,7 @@ exceptions are M-a (c-beginning-of-statement) and M-e | |||
| 1982 | 1982 | ||
| 1983 | The notion of "defun" has been augmented to include AWK pattern-action | 1983 | The notion of "defun" has been augmented to include AWK pattern-action |
| 1984 | pairs. C-M-a (c-awk-beginning-of-defun) and C-M-e (c-awk-end-of-defun) | 1984 | pairs. C-M-a (c-awk-beginning-of-defun) and C-M-e (c-awk-end-of-defun) |
| 1985 | recognise these pattern-action pairs, as well as user defined | 1985 | recognize these pattern-action pairs, as well as user defined |
| 1986 | functions. | 1986 | functions. |
| 1987 | 1987 | ||
| 1988 | **** Auto-newline Insertion and Clean-ups | 1988 | **** Auto-newline Insertion and Clean-ups |
| @@ -2019,7 +2019,7 @@ cells. E.g. a line that previously had the syntactic analysis | |||
| 2019 | 2019 | ||
| 2020 | ((inclass . 11) (topmost-intro . 13)) | 2020 | ((inclass . 11) (topmost-intro . 13)) |
| 2021 | 2021 | ||
| 2022 | is now analysed as | 2022 | is now analyzed as |
| 2023 | 2023 | ||
| 2024 | ((inclass 11) (topmost-intro 13)) | 2024 | ((inclass 11) (topmost-intro 13)) |
| 2025 | 2025 | ||
| @@ -2542,7 +2542,7 @@ per line. Lines beginning with space or tab are ignored. | |||
| 2542 | 2542 | ||
| 2543 | Previously, only the `template' and `class' keywords had this effect. | 2543 | Previously, only the `template' and `class' keywords had this effect. |
| 2544 | 2544 | ||
| 2545 | **** The GCC __attribute__ keyword is now recognised and ignored. | 2545 | **** The GCC __attribute__ keyword is now recognized and ignored. |
| 2546 | 2546 | ||
| 2547 | **** New language HTML. | 2547 | **** New language HTML. |
| 2548 | 2548 | ||
| @@ -3942,7 +3942,7 @@ function is still supported, but new code should use the new | |||
| 3942 | functions. | 3942 | functions. |
| 3943 | 3943 | ||
| 3944 | *** Function `signal-process' now accepts a process object or process | 3944 | *** Function `signal-process' now accepts a process object or process |
| 3945 | name in addition to a process id to identify the signalled process. | 3945 | name in addition to a process id to identify the signaled process. |
| 3946 | 3946 | ||
| 3947 | *** Processes now have an associated property list where programs can | 3947 | *** Processes now have an associated property list where programs can |
| 3948 | maintain process state and other per-process related information. | 3948 | maintain process state and other per-process related information. |
| @@ -13309,10 +13309,10 @@ not by default. Use --members to turn this feature on. | |||
| 13309 | *** C++ member functions are now recognized as tags. | 13309 | *** C++ member functions are now recognized as tags. |
| 13310 | 13310 | ||
| 13311 | *** Java is tagged like C++. In addition, "extends" and "implements" | 13311 | *** Java is tagged like C++. In addition, "extends" and "implements" |
| 13312 | constructs are tagged. Files are recognised by the extension .java. | 13312 | constructs are tagged. Files are recognized by the extension .java. |
| 13313 | 13313 | ||
| 13314 | *** Etags can now handle programs written in Postscript. Files are | 13314 | *** Etags can now handle programs written in Postscript. Files are |
| 13315 | recognised by the extensions .ps and .pdb (Postscript with C syntax). | 13315 | recognized by the extensions .ps and .pdb (Postscript with C syntax). |
| 13316 | In Postscript, tags are lines that start with a slash. | 13316 | In Postscript, tags are lines that start with a slash. |
| 13317 | 13317 | ||
| 13318 | *** Etags now handles Objective C and Objective C++ code. The usual C and | 13318 | *** Etags now handles Objective C and Objective C++ code. The usual C and |
| @@ -13320,7 +13320,7 @@ C++ tags are recognized in these languages; in addition, etags | |||
| 13320 | recognizes special Objective C syntax for classes, class categories, | 13320 | recognizes special Objective C syntax for classes, class categories, |
| 13321 | methods and protocols. | 13321 | methods and protocols. |
| 13322 | 13322 | ||
| 13323 | *** Etags also handles Cobol. Files are recognised by the extension | 13323 | *** Etags also handles Cobol. Files are recognized by the extension |
| 13324 | .cobol. The tagged lines are those containing a word that begins in | 13324 | .cobol. The tagged lines are those containing a word that begins in |
| 13325 | column 8 and ends in a full stop, i.e. anything that could be a | 13325 | column 8 and ends in a full stop, i.e. anything that could be a |
| 13326 | paragraph name. | 13326 | paragraph name. |
diff --git a/man/cc-mode.texi b/man/cc-mode.texi index 6ac86e986a9..b9113088d44 100644 --- a/man/cc-mode.texi +++ b/man/cc-mode.texi | |||
| @@ -2363,7 +2363,7 @@ returns a non-@code{nil} value succeeds and the evaluation stops. If | |||
| 2363 | none of the list elements return a non-@code{nil} value, then an offset | 2363 | none of the list elements return a non-@code{nil} value, then an offset |
| 2364 | of 0 (zero) is used@footnote{There is however a variable | 2364 | of 0 (zero) is used@footnote{There is however a variable |
| 2365 | @code{c-strict-syntax-p} that, when set to non-@code{nil}, will cause an | 2365 | @code{c-strict-syntax-p} that, when set to non-@code{nil}, will cause an |
| 2366 | error to be signalled in that case. It's now considered obsolete since | 2366 | error to be signaled in that case. It's now considered obsolete since |
| 2367 | it doesn't work well with some of the alignment functions that now | 2367 | it doesn't work well with some of the alignment functions that now |
| 2368 | returns @code{nil} instead of zero to be more usable in lists. You | 2368 | returns @code{nil} instead of zero to be more usable in lists. You |
| 2369 | should therefore leave @code{c-strict-syntax-p} set to @code{nil}.}. | 2369 | should therefore leave @code{c-strict-syntax-p} set to @code{nil}.}. |
diff --git a/man/ses.texi b/man/ses.texi index 9b0137d2002..9667161f673 100644 --- a/man/ses.texi +++ b/man/ses.texi | |||
| @@ -638,7 +638,7 @@ Special cell values: | |||
| 638 | @item nil prints the same as "", but allows previous cell to spill over. | 638 | @item nil prints the same as "", but allows previous cell to spill over. |
| 639 | @item '*skip* replaces nil when the previous cell actually does spill over; | 639 | @item '*skip* replaces nil when the previous cell actually does spill over; |
| 640 | nothing is printed for it. | 640 | nothing is printed for it. |
| 641 | @item '*error* indicates that the formula signalled an error instead of | 641 | @item '*error* indicates that the formula signaled an error instead of |
| 642 | producing a value: the print cell is filled with hash marks (#). | 642 | producing a value: the print cell is filled with hash marks (#). |
| 643 | @end itemize | 643 | @end itemize |
| 644 | 644 | ||