aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-10-04 11:25:29 +0000
committerJuanma Barranquero2007-10-04 11:25:29 +0000
commitde3054d5173bdc29f611685148830e87d78b89b8 (patch)
tree27da6b6da26aa9ebdc18c7523fe1d23e6f01d468
parent63bb3d8e60d32bd6ed673a170524ac381f238d4b (diff)
downloademacs-de3054d5173bdc29f611685148830e87d78b89b8.tar.gz
emacs-de3054d5173bdc29f611685148830e87d78b89b8.zip
Fix typos.
-rw-r--r--etc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d6c76df5654..f2a9db367cd 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -83,7 +83,7 @@ recenter the visited source file. Its value can be a number (for example,
83** The mode-line displays a `@' if the default-directory for the current buffer 83** The mode-line displays a `@' if the default-directory for the current buffer
84is on a remote machine, or a hyphen otherwise. 84is on a remote machine, or a hyphen otherwise.
85 85
86** The new command balance-window-area balances windows both vertically 86** The new command balance-windows-area balances windows both vertically
87and horizontally. 87and horizontally.
88 88
89** The new command close-display-connection can be used to close a connection 89** The new command close-display-connection can be used to close a connection
@@ -91,7 +91,7 @@ to a remote display, e.g. because the display is about to become unreachable.
91 91
92** The command shell prompts for the default directory, when it is 92** The command shell prompts for the default directory, when it is
93called with a prefix, and the default directory is a remote file name. 93called with a prefix, and the default directory is a remote file name.
94This is because some file name handler (like ange-ftp) are not able to 94This is because some file name handlers (like ange-ftp) are not able to
95run processes remotely. 95run processes remotely.
96 96
97** The new command `display-time-world' starts an updating time display 97** The new command `display-time-world' starts an updating time display
@@ -278,7 +278,7 @@ session, and `make-frame-on-tty' works during a graphical session.
278 278
279*** New hooks: `suspend-tty-functions' and `resume-tty-functions' 279*** New hooks: `suspend-tty-functions' and `resume-tty-functions'
280are called after a tty frame has been suspended or resumed, 280are called after a tty frame has been suspended or resumed,
281respectively. The functions are called with the terminal id of the frame 281respectively. The functions are called with the terminal id of the frame
282being suspended/resumed as a parameter. 282being suspended/resumed as a parameter.
283 283
284*** New functions: `environment', `let-environment'. 284*** New functions: `environment', `let-environment'.