aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuanma Barranquero2011-11-20 04:48:53 +0100
committerJuanma Barranquero2011-11-20 04:48:53 +0100
commitcd1181dbece7f23a801ce9c56b985f9466cd6511 (patch)
tree59d07d411c4de52f8e100fc1d71dbadd9095d1b2 /etc
parent17e845af732cf7bd0ada49375f014e10deb3d06a (diff)
downloademacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.tar.gz
emacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.zip
Fix typos.
Diffstat (limited to 'etc')
-rw-r--r--etc/MH-E-NEWS2
-rw-r--r--etc/NEWS2
-rw-r--r--etc/NEWS.192
-rw-r--r--etc/NEWS.212
-rw-r--r--etc/NEWS.222
5 files changed, 5 insertions, 5 deletions
diff --git a/etc/MH-E-NEWS b/etc/MH-E-NEWS
index 2e93b5c3f42..44c87c8946c 100644
--- a/etc/MH-E-NEWS
+++ b/etc/MH-E-NEWS
@@ -2666,7 +2666,7 @@ consistent mnemonics were realized that should make it easier to
2666remember key bindings. 2666remember key bindings.
2667 2667
2668Added new sub-keymaps for folder commands, sequence commands, 2668Added new sub-keymaps for folder commands, sequence commands,
2669extraction commands, and digest commands which begin with with F, S, 2669extraction commands, and digest commands which begin with F, S,
2670X, and D, respectively. These sub-keymaps allowed some consistency 2670X, and D, respectively. These sub-keymaps allowed some consistency
2671(e.g., especially with l(ist) and k(ill)). 2671(e.g., especially with l(ist) and k(ill)).
2672 2672
diff --git a/etc/NEWS b/etc/NEWS
index b5ff946f722..f37bb00e657 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -147,7 +147,7 @@ then the equivalent line in ~/.authinfo would be
147 147
148**** The variable `smtpmail-starttls-credentials' has been removed. 148**** The variable `smtpmail-starttls-credentials' has been removed.
149 149
150If you had that set, then then you need to put 150If you had that set, then you need to put
151 151
152 machine smtp.whatever.foo port 25 key "~/.my_smtp_tls.key" cert "~/.my_smtp_tls.cert" 152 machine smtp.whatever.foo port 25 key "~/.my_smtp_tls.key" cert "~/.my_smtp_tls.cert"
153 153
diff --git a/etc/NEWS.19 b/etc/NEWS.19
index 90671cee18c..88e5849f136 100644
--- a/etc/NEWS.19
+++ b/etc/NEWS.19
@@ -1828,7 +1828,7 @@ c-fill-paragraph's behavior.
1828containing an open brace just after a case/default label. 1828containing an open brace just after a case/default label.
1829 1829
1830*** New variable, c-progress-interval, which controls minibuffer update 1830*** New variable, c-progress-interval, which controls minibuffer update
1831message displays during long re-indention. This is a new feature 1831message displays during long re-indentation. This is a new feature
1832which prints percentage complete messages at specified intervals. 1832which prints percentage complete messages at specified intervals.
1833 1833
1834** Makefile mode changes. 1834** Makefile mode changes.
diff --git a/etc/NEWS.21 b/etc/NEWS.21
index c3c54d8bb01..c018567c40d 100644
--- a/etc/NEWS.21
+++ b/etc/NEWS.21
@@ -1678,7 +1678,7 @@ current file, or you can use C-x v r RET to get an update for an
1678entire directory tree. 1678entire directory tree.
1679 1679
1680The new user option `vc-cvs-use-edit' indicates whether VC should call 1680The new user option `vc-cvs-use-edit' indicates whether VC should call
1681"cvs edit" to make files writeable; it defaults to `t'. (This option 1681"cvs edit" to make files writable; it defaults to `t'. (This option
1682is only meaningful if the CVSREAD variable is set, or if files are 1682is only meaningful if the CVSREAD variable is set, or if files are
1683"watched" by other developers.) 1683"watched" by other developers.)
1684 1684
diff --git a/etc/NEWS.22 b/etc/NEWS.22
index 3920f59fefa..8cf0cdee879 100644
--- a/etc/NEWS.22
+++ b/etc/NEWS.22
@@ -3356,7 +3356,7 @@ contracts or expands the line under the cursor.
3356*** The new commands `speedbar-expand-line-descendants' and 3356*** The new commands `speedbar-expand-line-descendants' and
3357`speedbar-contract-line-descendants', bound to `[' and `]' 3357`speedbar-contract-line-descendants', bound to `[' and `]'
3358respectively, expand and contract the line under cursor with all of 3358respectively, expand and contract the line under cursor with all of
3359its descendents. 3359its descendants.
3360 3360
3361*** The new user option `speedbar-use-tool-tips-flag', if non-nil, 3361*** The new user option `speedbar-use-tool-tips-flag', if non-nil,
3362means to display tool-tips for speedbar items. 3362means to display tool-tips for speedbar items.