diff options
| author | Pavel Janík | 2001-12-19 09:37:22 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-12-19 09:37:22 +0000 |
| commit | fbe51115091b37d24723cb6fd7b606baebcd04e5 (patch) | |
| tree | 0291aec6ec1ca74b43193cea843968d6466abb1c | |
| parent | 594aa06631e10e4d7c7b2e8a19881f6d79365885 (diff) | |
| download | emacs-fbe51115091b37d24723cb6fd7b606baebcd04e5.tar.gz emacs-fbe51115091b37d24723cb6fd7b606baebcd04e5.zip | |
Fix typos. From Juanma Barranquero <lektu@teleline.es>.
| -rw-r--r-- | etc/NEWS | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -64,7 +64,7 @@ is only rarely needed. | |||
| 64 | ** jit-lock can now be delayed with `jit-lock-defer-time'. | 64 | ** jit-lock can now be delayed with `jit-lock-defer-time'. |
| 65 | 65 | ||
| 66 | If this variable is non-nil, its value should be the amount of Emacs | 66 | If this variable is non-nil, its value should be the amount of Emacs |
| 67 | idle time inseconds to wait before starting fontification. For | 67 | idle time in seconds to wait before starting fontification. For |
| 68 | example, if you set `jit-lock-defer-time' to 0.25, fontification will | 68 | example, if you set `jit-lock-defer-time' to 0.25, fontification will |
| 69 | only happen after 0.25s of idle time. | 69 | only happen after 0.25s of idle time. |
| 70 | 70 | ||
| @@ -73,8 +73,8 @@ will now be extended each time, so you can mark the next two sexps with | |||
| 73 | M-C-SPC M-C-SPC, for example. | 73 | M-C-SPC M-C-SPC, for example. |
| 74 | 74 | ||
| 75 | +++ | 75 | +++ |
| 76 | ** M-h (mark-pagaraph) now accepts a prefix arg. | 76 | ** M-h (mark-paragraph) now accepts a prefix arg. |
| 77 | With positive arg, M-h marks the current and the following pargraphs; | 77 | With positive arg, M-h marks the current and the following paragraphs; |
| 78 | if the arg is negative, it marks the current and the preceding | 78 | if the arg is negative, it marks the current and the preceding |
| 79 | paragraphs. | 79 | paragraphs. |
| 80 | 80 | ||
| @@ -119,7 +119,7 @@ now uses normal-erase-is-backspace-mode. | |||
| 119 | 119 | ||
| 120 | *** In Prolog, etags creates tags for rules in addition to predicates. | 120 | *** In Prolog, etags creates tags for rules in addition to predicates. |
| 121 | 121 | ||
| 122 | *** New language PHP: tags are function, classes and defines. If | 122 | *** New language PHP: tags are functions, classes and defines. If |
| 123 | the --members option is specified to etags, tags are vars also. | 123 | the --members option is specified to etags, tags are vars also. |
| 124 | 124 | ||
| 125 | +++ | 125 | +++ |
| @@ -290,7 +290,7 @@ property over the second half of the command to force (deferred) | |||
| 290 | refontification of `bar' whenever the `e' is added/removed. | 290 | refontification of `bar' whenever the `e' is added/removed. |
| 291 | 291 | ||
| 292 | ** describe-vector now takes a second argument `describer' which is | 292 | ** describe-vector now takes a second argument `describer' which is |
| 293 | called to print the entries' values. It default to `princ'. | 293 | called to print the entries' values. It defaults to `princ'. |
| 294 | 294 | ||
| 295 | ** defcustom and other custom declarations now use a default group | 295 | ** defcustom and other custom declarations now use a default group |
| 296 | (the last group defined in the same file) when no :group was given. | 296 | (the last group defined in the same file) when no :group was given. |