aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2001-02-02 16:36:27 +0000
committerEli Zaretskii2001-02-02 16:36:27 +0000
commitf3780fe4cb7ec0e72ce448bc51b768feb2a00724 (patch)
tree3601d87fafb74eed24873990728639ffe8945d32 /etc
parent8e92a96a37cbc5b8062976fe4b249665c7e5ca70 (diff)
downloademacs-f3780fe4cb7ec0e72ce448bc51b768feb2a00724.tar.gz
emacs-f3780fe4cb7ec0e72ce448bc51b768feb2a00724.zip
More typos from Juanma Barranquero <lektu@uol.com.br>.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS16
1 files changed, 8 insertions, 8 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 051c8db9e0d..6b69df63f4e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -594,10 +594,10 @@ and its use is deprecated.
594 594
595** LessTif support. 595** LessTif support.
596 596
597Emacs now runs with the Lesstif toolkit (see 597Emacs now runs with the LessTif toolkit (see
598<http://www.lesstif.org>). You will need version 0.92 or later. 598<http://www.lesstif.org>). You will need version 0.92 or later.
599Please use Lesstif's Motif 1.2 emulation; it's Motif 2.0 and 2.1 599Please use LessTif's Motif 1.2 emulation; the emulations of Motif 2.0
600emulation are known not to work with Emacs. 600and 2.1 are known not to work well with Emacs.
601 601
602** Toolkit scroll bars. 602** Toolkit scroll bars.
603 603
@@ -1031,7 +1031,7 @@ strings, starting with a `#'. The default value of this variable is "^#".
1031** Changes to Rmail mode 1031** Changes to Rmail mode
1032 1032
1033*** The new user-option rmail-user-mail-address-regexp can be 1033*** The new user-option rmail-user-mail-address-regexp can be
1034set to fine tune the identification of of the correspondent when 1034set to fine tune the identification of the correspondent when
1035receiving new mail. If it matches the address of the sender, the 1035receiving new mail. If it matches the address of the sender, the
1036recipient is taken as correspondent of a mail. If nil, the default, 1036recipient is taken as correspondent of a mail. If nil, the default,
1037`user-login-name' and `user-mail-address' are used to exclude yourself 1037`user-login-name' and `user-mail-address' are used to exclude yourself
@@ -2160,7 +2160,7 @@ long promised.
2160* Lisp changes made after edition 2.6 of the Emacs Lisp Manual, 2160* Lisp changes made after edition 2.6 of the Emacs Lisp Manual,
2161(Display-related features are described in a page of their own below.) 2161(Display-related features are described in a page of their own below.)
2162 2162
2163** The new hook `kbd-macro-termination-hook' is run at the end of of 2163** The new hook `kbd-macro-termination-hook' is run at the end of
2164function execute-kbd-macro. Functions on this hook are called with no 2164function execute-kbd-macro. Functions on this hook are called with no
2165args. The hook is run independent of how the macro was terminated 2165args. The hook is run independent of how the macro was terminated
2166(signal or normal termination). 2166(signal or normal termination).
@@ -4346,7 +4346,7 @@ A double dashed line in the menu's foreground color.
4346 4346
4347- `--shadow-etched-in' or `--:shadowEtchedIn' 4347- `--shadow-etched-in' or `--:shadowEtchedIn'
4348 4348
4349A single line with 3D sunken appearance. This is the the form 4349A single line with 3D sunken appearance. This is the form
4350displayed for item names consisting of dashes only. 4350displayed for item names consisting of dashes only.
4351 4351
4352- `--shadow-etched-out' or `--:shadowEtchedOut' 4352- `--shadow-etched-out' or `--:shadowEtchedOut'
@@ -6047,7 +6047,7 @@ The supported properties include
6047 It should return a binding to use instead. 6047 It should return a binding to use instead.
6048:keys DESCRIPTION 6048:keys DESCRIPTION
6049 DESCRIPTION is a string that describes an equivalent keyboard 6049 DESCRIPTION is a string that describes an equivalent keyboard
6050 binding for for REAL-BINDING. DESCRIPTION is expanded with 6050 binding for REAL-BINDING. DESCRIPTION is expanded with
6051 `substitute-command-keys' before it is used. 6051 `substitute-command-keys' before it is used.
6052:key-sequence KEY-SEQUENCE 6052:key-sequence KEY-SEQUENCE
6053 KEY-SEQUENCE is a key-sequence for an equivalent 6053 KEY-SEQUENCE is a key-sequence for an equivalent
@@ -7253,7 +7253,7 @@ C++, ; for lisp).
7253*** When doing `hs-hide-all' it is now possible to also hide the comments 7253*** When doing `hs-hide-all' it is now possible to also hide the comments
7254in the file if `hs-hide-comments-when-hiding-all' is set. 7254in the file if `hs-hide-comments-when-hiding-all' is set.
7255 7255
7256*** The new function `hs-hide-initial-comment' hides the the comments at 7256*** The new function `hs-hide-initial-comment' hides the comments at
7257the beginning of the files. Finally those huge RCS logs don't stay in your 7257the beginning of the files. Finally those huge RCS logs don't stay in your
7258way! This is run by default when entering the `hs-minor-mode'. 7258way! This is run by default when entering the `hs-minor-mode'.
7259 7259