changeset 29962:cb2595f03c92

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 27 Jun 2000 16:06:58 +0000
parents dec9538dd45b
children 45af78901143
files etc/NEWS
diffstat 1 files changed, 9 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Tue Jun 27 15:36:01 2000 +0000
+++ b/etc/NEWS	Tue Jun 27 16:06:58 2000 +0000
@@ -12,11 +12,11 @@
 the --without-pop configure option, should that be necessary.
 
 ** There are new configure options associated with the support for
-images and toolkit scrollbars.  Use the --help option to list them.
+images and toolkit scrollbars.  Use the --help option in `configure'
+to list them.
 
 ** There is a new option `without-xim' that instructs Emacs to not
 use X Input Methods (XIM), if they these are available.
-
 
 * Changes in Emacs 21.1
 
@@ -422,7 +422,8 @@
 the terminal supports it.  Faces with a weight less than normal and
 italic faces are displayed dimmed, if the terminal supports it.
 Underlined faces are displayed underlined if possible.  Other face
-attributes like overlines, strike-through, box are ignored.
+attributes such as `overline', `strike-through', and `box' are ignored
+on terminals.
 
 ** Sound support
 
@@ -487,10 +488,10 @@
 
 ** Emacs now resizes mini-windows if appropriate.
 
-If a message is longer than one line, or mini-buffer contents are
-longer than one line, Emacs now resizes the mini-window unless it is
-on a frame of its own.  You can control the maximum mini-window size
-by setting the following variable:
+If a message is longer than one line, or minibuffer contents are
+longer than one line, Emacs now resizes the minibuffer window unless
+it is on a frame of its own.  You can control the maximum minibuffer
+window size by setting the following variable:
 
 - User option: max-mini-window-height
 
@@ -983,7 +984,7 @@
 8859-14 (Celtic) and 8859-15 (updated Latin-1, with the Euro sign).
 There is currently no specific input method support for them.
 
-** Fortran mode has a new command `fortran-strip-sqeuence-nos' to
+** Fortran mode has a new command `fortran-strip-sequence-nos' to
 remove text past column 72.  The syntax class of `\' in Fortran is now
 appropriate for C-style escape sequences in strings.