aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2001-12-19 09:37:22 +0000
committerPavel Janík2001-12-19 09:37:22 +0000
commitfbe51115091b37d24723cb6fd7b606baebcd04e5 (patch)
tree0291aec6ec1ca74b43193cea843968d6466abb1c
parent594aa06631e10e4d7c7b2e8a19881f6d79365885 (diff)
downloademacs-fbe51115091b37d24723cb6fd7b606baebcd04e5.tar.gz
emacs-fbe51115091b37d24723cb6fd7b606baebcd04e5.zip
Fix typos. From Juanma Barranquero <lektu@teleline.es>.
-rw-r--r--etc/NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0205740296e..c6f95cd0b46 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
66If this variable is non-nil, its value should be the amount of Emacs 66If this variable is non-nil, its value should be the amount of Emacs
67idle time inseconds to wait before starting fontification. For 67idle time in seconds to wait before starting fontification. For
68example, if you set `jit-lock-defer-time' to 0.25, fontification will 68example, if you set `jit-lock-defer-time' to 0.25, fontification will
69only happen after 0.25s of idle time. 69only 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
73M-C-SPC M-C-SPC, for example. 73M-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.
77With positive arg, M-h marks the current and the following pargraphs; 77With positive arg, M-h marks the current and the following paragraphs;
78if the arg is negative, it marks the current and the preceding 78if the arg is negative, it marks the current and the preceding
79paragraphs. 79paragraphs.
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
123the --members option is specified to etags, tags are vars also. 123the --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)
290refontification of `bar' whenever the `e' is added/removed. 290refontification 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
293called to print the entries' values. It default to `princ'. 293called 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.