changeset 85033:0d62f6d35184

Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 04 Oct 2007 11:25:29 +0000
parents 2cdd862c6b0f
children 8e5644592b67
files etc/NEWS
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Thu Oct 04 07:29:55 2007 +0000
+++ b/etc/NEWS	Thu Oct 04 11:25:29 2007 +0000
@@ -83,7 +83,7 @@
 ** The mode-line displays a `@' if the default-directory for the current buffer
 is on a remote machine, or a hyphen otherwise.
 
-** The new command balance-window-area balances windows both vertically
+** The new command balance-windows-area balances windows both vertically
 and horizontally.
 
 ** The new command close-display-connection can be used to close a connection
@@ -91,7 +91,7 @@
 
 ** The command shell prompts for the default directory, when it is
 called with a prefix, and the default directory is a remote file name.
-This is because some file name handler (like ange-ftp) are not able to
+This is because some file name handlers (like ange-ftp) are not able to
 run processes remotely.
 
 ** The new command `display-time-world' starts an updating time display
@@ -278,7 +278,7 @@
 
 *** New hooks: `suspend-tty-functions' and `resume-tty-functions'
 are called after a tty frame has been suspended or resumed,
-respectively. The functions are called with the terminal id of the frame
+respectively.  The functions are called with the terminal id of the frame
 being suspended/resumed as a parameter.
 
 *** New functions: `environment', `let-environment'.