diff options
| author | Glenn Morris | 2013-05-07 20:49:29 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-05-07 20:49:29 -0700 |
| commit | 3bcc28ed6477deda8e50c7dc83da94ae0de14b6c (patch) | |
| tree | 858a86e0046d70b7a6437acb70adcf472f5fdfec | |
| parent | 90ed99d54cd8f49aacd97a91233a706eb4106f54 (diff) | |
| download | emacs-3bcc28ed6477deda8e50c7dc83da94ae0de14b6c.tar.gz emacs-3bcc28ed6477deda8e50c7dc83da94ae0de14b6c.zip | |
Fix some doc/emacs typos
* doc/emacs/sending.texi (Mail Sending): Fix typo.
* doc/emacs/windows.texi (Change Window): Fix typo.
| -rw-r--r-- | doc/emacs/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/emacs/sending.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/windows.texi | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 7dbb4f5e1ce..b0b6c5ae32e 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-05-08 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * sending.texi (Mail Sending): Fix typo. | ||
| 4 | |||
| 5 | * windows.texi (Change Window): Fix typo. | ||
| 6 | |||
| 1 | 2013-05-07 Glenn Morris <rgm@gnu.org> | 7 | 2013-05-07 Glenn Morris <rgm@gnu.org> |
| 2 | 8 | ||
| 3 | * custom.texi (Changing a Variable): Fix typo. | 9 | * custom.texi (Changing a Variable): Fix typo. |
diff --git a/doc/emacs/sending.texi b/doc/emacs/sending.texi index 4c8af7e650e..1402d8a85be 100644 --- a/doc/emacs/sending.texi +++ b/doc/emacs/sending.texi | |||
| @@ -374,7 +374,7 @@ This is the default, unless you have already set the variables for | |||
| 374 | sending mail via @code{smtpmail-send-it} (see below). | 374 | sending mail via @code{smtpmail-send-it} (see below). |
| 375 | 375 | ||
| 376 | @item smtpmail-send-it | 376 | @item smtpmail-send-it |
| 377 | Send mail using the through an external mail host, such as your | 377 | Send mail through an external mail host, such as your |
| 378 | Internet service provider's outgoing SMTP mail server. If you have | 378 | Internet service provider's outgoing SMTP mail server. If you have |
| 379 | not told Emacs how to contact the SMTP server, it prompts for this | 379 | not told Emacs how to contact the SMTP server, it prompts for this |
| 380 | information, which is saved in the @code{smtpmail-smtp-server} variable | 380 | information, which is saved in the @code{smtpmail-smtp-server} variable |
diff --git a/doc/emacs/windows.texi b/doc/emacs/windows.texi index 7ed0c682296..7c80cefcc7e 100644 --- a/doc/emacs/windows.texi +++ b/doc/emacs/windows.texi | |||
| @@ -258,7 +258,7 @@ Make all windows the same height (@code{balance-windows}). | |||
| 258 | the space that it occupied is given to an adjacent window (but not the | 258 | the space that it occupied is given to an adjacent window (but not the |
| 259 | minibuffer window, even if that is active at the time). Deleting the | 259 | minibuffer window, even if that is active at the time). Deleting the |
| 260 | window has no effect on the buffer it used to display; the buffer | 260 | window has no effect on the buffer it used to display; the buffer |
| 261 | continues to exist, and you can still switch to with @kbd{C-x b}. | 261 | continues to exist, and you can still switch to it with @kbd{C-x b}. |
| 262 | 262 | ||
| 263 | @findex kill-buffer-and-window | 263 | @findex kill-buffer-and-window |
| 264 | @kindex C-x 4 0 | 264 | @kindex C-x 4 0 |