changeset 107948:59a9e318c0ab

* etc/NEWS: Minor mark-up and typo fixes.
author Glenn Morris <rgm@gnu.org>
date Wed, 14 Apr 2010 19:20:33 -0700
parents 38dcbfbe4e14
children f55f82f75bb4
files etc/NEWS
diffstat 1 files changed, 8 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Wed Apr 14 19:05:36 2010 -0700
+++ b/etc/NEWS	Wed Apr 14 19:20:33 2010 -0700
@@ -24,6 +24,7 @@
 
 * 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 @@
 ** 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 @@
 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 @@
 
 ** 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.