diff options
| author | Juanma Barranquero | 2011-11-20 04:48:53 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-11-20 04:48:53 +0100 |
| commit | cd1181dbece7f23a801ce9c56b985f9466cd6511 (patch) | |
| tree | 59d07d411c4de52f8e100fc1d71dbadd9095d1b2 /etc | |
| parent | 17e845af732cf7bd0ada49375f014e10deb3d06a (diff) | |
| download | emacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.tar.gz emacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.zip | |
Fix typos.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/MH-E-NEWS | 2 | ||||
| -rw-r--r-- | etc/NEWS | 2 | ||||
| -rw-r--r-- | etc/NEWS.19 | 2 | ||||
| -rw-r--r-- | etc/NEWS.21 | 2 | ||||
| -rw-r--r-- | etc/NEWS.22 | 2 |
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 | |||
| 2666 | remember key bindings. | 2666 | remember key bindings. |
| 2667 | 2667 | ||
| 2668 | Added new sub-keymaps for folder commands, sequence commands, | 2668 | Added new sub-keymaps for folder commands, sequence commands, |
| 2669 | extraction commands, and digest commands which begin with with F, S, | 2669 | extraction commands, and digest commands which begin with F, S, |
| 2670 | X, and D, respectively. These sub-keymaps allowed some consistency | 2670 | X, 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 | ||
| @@ -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 | ||
| 150 | If you had that set, then then you need to put | 150 | If 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. | |||
| 1828 | containing an open brace just after a case/default label. | 1828 | containing 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 |
| 1831 | message displays during long re-indention. This is a new feature | 1831 | message displays during long re-indentation. This is a new feature |
| 1832 | which prints percentage complete messages at specified intervals. | 1832 | which 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 | |||
| 1678 | entire directory tree. | 1678 | entire directory tree. |
| 1679 | 1679 | ||
| 1680 | The new user option `vc-cvs-use-edit' indicates whether VC should call | 1680 | The 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 |
| 1682 | is only meaningful if the CVSREAD variable is set, or if files are | 1682 | is 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 `]' |
| 3358 | respectively, expand and contract the line under cursor with all of | 3358 | respectively, expand and contract the line under cursor with all of |
| 3359 | its descendents. | 3359 | its 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, |
| 3362 | means to display tool-tips for speedbar items. | 3362 | means to display tool-tips for speedbar items. |