diff options
| author | Juanma Barranquero | 2007-10-04 11:25:29 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-10-04 11:25:29 +0000 |
| commit | de3054d5173bdc29f611685148830e87d78b89b8 (patch) | |
| tree | 27da6b6da26aa9ebdc18c7523fe1d23e6f01d468 | |
| parent | 63bb3d8e60d32bd6ed673a170524ac381f238d4b (diff) | |
| download | emacs-de3054d5173bdc29f611685148830e87d78b89b8.tar.gz emacs-de3054d5173bdc29f611685148830e87d78b89b8.zip | |
Fix typos.
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -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 |
| 84 | is on a remote machine, or a hyphen otherwise. | 84 | is 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 |
| 87 | and horizontally. | 87 | and 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 |
| 93 | called with a prefix, and the default directory is a remote file name. | 93 | called with a prefix, and the default directory is a remote file name. |
| 94 | This is because some file name handler (like ange-ftp) are not able to | 94 | This is because some file name handlers (like ange-ftp) are not able to |
| 95 | run processes remotely. | 95 | run 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' |
| 280 | are called after a tty frame has been suspended or resumed, | 280 | are called after a tty frame has been suspended or resumed, |
| 281 | respectively. The functions are called with the terminal id of the frame | 281 | respectively. The functions are called with the terminal id of the frame |
| 282 | being suspended/resumed as a parameter. | 282 | being suspended/resumed as a parameter. |
| 283 | 283 | ||
| 284 | *** New functions: `environment', `let-environment'. | 284 | *** New functions: `environment', `let-environment'. |