diff options
author | Glenn Morris <rgm@gnu.org> | 2013-05-07 20:49:29 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-05-07 20:49:29 -0700 |
commit | 3bcc28ed6477deda8e50c7dc83da94ae0de14b6c (patch) | |
tree | 858a86e0046d70b7a6437acb70adcf472f5fdfec /doc/emacs/windows.texi | |
parent | 90ed99d54cd8f49aacd97a91233a706eb4106f54 (diff) | |
download | emacs-3bcc28ed6477deda8e50c7dc83da94ae0de14b6c.tar.gz |
Fix some doc/emacs typos
* doc/emacs/sending.texi (Mail Sending): Fix typo.
* doc/emacs/windows.texi (Change Window): Fix typo.
Diffstat (limited to 'doc/emacs/windows.texi')
-rw-r--r-- | doc/emacs/windows.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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}). the space that it occupied is given to an adjacent window (but not the minibuffer window, even if that is active at the time). Deleting the window has no effect on the buffer it used to display; the buffer -continues to exist, and you can still switch to with @kbd{C-x b}. +continues to exist, and you can still switch to it with @kbd{C-x b}. @findex kill-buffer-and-window @kindex C-x 4 0 |