summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2010-04-14 19:20:33 -0700
committerGlenn Morris <rgm@gnu.org>2010-04-14 19:20:33 -0700
commit8a57d636634f8bdb8ada64e8e858763d27161931 (patch)
treeb93f509a5f47c5a881ea79c84bcfe23e63f6894c /etc
parent8bd2670a214eda987fffdd13208e99517d08e21f (diff)
downloademacs-8a57d636634f8bdb8ada64e8e858763d27161931.tar.gz
* etc/NEWS: Minor mark-up and typo fixes.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS11
1 files changed, 7 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 101967fdd35..6b21d165c71 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -24,6 +24,7 @@ so we will look at it and add it to the manual.
* Installation Changes in Emacs 23.2
+---
** New configure options for Emacs developers
These are not new features; only the configure flags are new.
---
@@ -188,10 +189,12 @@ that file exists.
** LaTeX mode now provides completion (via completion-at-point).
---
-** sym-comp.el is now declared obsolete, superceded by completion-at-point.
+** sym-comp.el is now declared obsolete, superseded by completion-at-point.
+---
** lucid.el and levents.el are now declared obsolete.
+---
** pcomplete provides a new command `pcomplete-std-completion' which
is similar to `pcomplete' but using the standard completion UI code.
@@ -385,7 +388,7 @@ search in file buffers whose file names match the specified wildcard.
That means, they change `default-directory' to the new users value,
and let commands run under that user permissions. It works even when
`default-directory' is already remote. Calling the external commands
-is possible by `*su' or `*sudo', repectively.
+is possible by `*su' or `*sudo', respectively.
---
*** When running in a new enough xterm (newer than version 242), Emacs
asks xterm what the background color is and it sets up faces
@@ -456,8 +459,8 @@ the variable `byte-compile-compatibility') has been removed.
** In image-mode.el `image-mode-maybe' is obsolete. Instead, you can
either use `image-mode' that displays an image file as the actual image
-inititally, or `image-mode-as-text' when you want to display an image file
-as text inititally. `image-mode-as-text' is a combination of a non-image
+initially, or `image-mode-as-text' when you want to display an image file
+as text initially. `image-mode-as-text' is a combination of a non-image
mode from `auto-mode-alist' (or Fundamental mode) and `image-minor-mode'.
`image-minor-mode' provides `C-c C-c' key binding to toggle image display.
`image-toggle-display-text' removes image properties.