emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100493: doc/misc minor stylistic


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100493: doc/misc minor stylistic changes.
Date: Sat, 19 Feb 2011 13:20:34 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100493
committer: Glenn Morris <address@hidden>
branch nick: emacs-23
timestamp: Sat 2011-02-19 13:20:34 -0800
message:
  doc/misc minor stylistic changes.
  
  * doc/misc/edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
  Standardize some Emacs/XEmacs terminology.
modified:
  doc/misc/ChangeLog
  doc/misc/edt.texi
  doc/misc/erc.texi
  doc/misc/gnus.texi
  doc/misc/idlwave.texi
  doc/misc/mh-e.texi
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2011-02-19 19:55:44 +0000
+++ b/doc/misc/ChangeLog        2011-02-19 21:20:34 +0000
@@ -1,3 +1,8 @@
+2011-02-19  Glenn Morris  <address@hidden>
+
+       * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
+       Standardize some Emacs/XEmacs terminology.
+
 2011-02-19  Michael Albinus  <address@hidden>
 
        * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and

=== modified file 'doc/misc/edt.texi'
--- a/doc/misc/edt.texi 2011-02-18 13:57:53 +0000
+++ b/doc/misc/edt.texi 2011-02-19 21:20:34 +0000
@@ -88,7 +88,7 @@
 active''.
 
    You can have the EDT Emulation start up automatically, each time you
-initiate a GNU Emacs session, by adding the following line to your
+initiate an Emacs session, by adding the following line to your
 @file{.emacs} file:
 
 @example
@@ -219,7 +219,7 @@
 
 @item
 Emulate EDT Keypad Mode commands closely so that current EDT users will
-find that it easy and comfortable to use GNU Emacs with a small learning
+find that it easy and comfortable to use Emacs with a small learning
 curve.
 
 @item
@@ -238,7 +238,7 @@
 just as they existed before the EDT emulation was first invoked.
 
 @item
-Support GNU Emacs 19 and higher.  XEmacs 19, and above, is also supported.
+Support Emacs and XEmacs 19 and higher.
 
 @item
 Supports highlighting of marked text within the EDT emulation on all
@@ -286,13 +286,13 @@
 @node Starting emulation
 @chapter How to Get Started
 
-Start up GNU Emacs and enter @kbd{M-x edt-emulation-on} to begin the
+Start up Emacs and enter @kbd{M-x edt-emulation-on} to begin the
 emulation.  After initialization is complete, the following message will
 appear below the status line informing you that the emulation has been
 enabled: ``Default EDT keymap active''.
 
 You can have the EDT Emulation start up automatically, each time you
-initiate a GNU Emacs session, by adding the following line to your
+initiate an Emacs session, by adding the following line to your
 @file{.emacs} file:
 
 @example
@@ -307,7 +307,7 @@
 It is easy to customize key bindings in the EDT Emulation
 (@pxref{Customizing}).  Customizations are placed in a file called
 @file{edt-user.el}.  The Emacs @file{etc/} directory contains an
-example.  If @file{edt-user.el} is found in your GNU Emacs load path
+example.  If @file{edt-user.el} is found in your Emacs load path
 during EDT Emulation initialization, then the following message will
 appear below the status line indicating that the emulation has been
 enabled, enhanced by your own customizations: ``User EDT custom keymap
@@ -322,8 +322,8 @@
 emulation.
 
 Emacs binds keys to @acronym{ASCII} control characters and so does the
-real EDT.  Where EDT key bindings and GNU Emacs key bindings conflict,
-the default GNU Emacs key bindings are retained by the EDT emulation by
+real EDT.  Where EDT key bindings and Emacs key bindings conflict,
+the default Emacs key bindings are retained by the EDT emulation by
 default.  If you are a diehard EDT user you may not like this.  The
 @ref{Control keys} section explains how to change this so that the EDT
 bindings to @acronym{ASCII} control characters override the default
@@ -365,7 +365,7 @@
 @example
 ! File:  .xmodmaprc
 !
-! Set up Sun Type 5 keypad for use with the GNU Emacs EDT Emulation
+! Set up Sun Type 5 keypad for use with the Emacs EDT Emulation
 !
 keycode  53 = KP_Divide
 keycode  54 = KP_Multiply
@@ -437,7 +437,7 @@
 @example
 ! File:  .xmodmaprc
 !
-! Set up PC keypad under GNU/Linux for the GNU Emacs EDT Emulation
+! Set up PC keypad under GNU/Linux for the Emacs EDT Emulation
 !
 clear  mod2
 keycode  77 = F12
@@ -519,7 +519,7 @@
 @example
 ! File:  .xmodmaprc
 !
-! Set up PC keypad under GNU/Linux for the GNU Emacs EDT Emulation
+! Set up PC keypad under GNU/Linux for the Emacs EDT Emulation
 !
 clear  mod2
 keycode  77 = F12
@@ -542,7 +542,7 @@
 but not all, of EDT's most used Keypad Mode editing functions and
 behavior.  It is not perfect, but most EDT users who have tried the
 emulation agree that it is quite good enough to make it easy for
-die-hard EDT users to move over to using GNU Emacs.
+die-hard EDT users to move over to using Emacs.
 
 Here's a list of the most important differences between EDT and this GNU
 Emacs EDT Emulation.  The list is short but you must be aware of these
@@ -784,7 +784,7 @@
 @end ignore
 
 First, you need to have your own private lisp directory, say
address@hidden/lisp}, and you should add it to the GNU Emacs load path.
address@hidden/lisp}, and you should add it to the Emacs load path.
 
 @strong{Please note:} A few sites have different load-path requirements,
 so the above directions may need some modification if your site has such
@@ -899,8 +899,8 @@
 @node Control keys
 @section Enabling EDT Control Key Sequence Bindings
 
-Where EDT key bindings and GNU Emacs key bindings conflict, the default
-GNU Emacs key bindings are retained by default.  Some diehard EDT users
+Where EDT key bindings and Emacs key bindings conflict, the default
+Emacs key bindings are retained by default.  Some diehard EDT users
 may not like this.  So, if the variable
 @code{edt-use-EDT-control-key-bindings} is set to true in a user's
 @file{.emacs} file, then the default EDT Emulation mode will enable most

=== modified file 'doc/misc/erc.texi'
--- a/doc/misc/erc.texi 2011-02-18 13:57:53 +0000
+++ b/doc/misc/erc.texi 2011-02-19 21:20:34 +0000
@@ -36,7 +36,7 @@
 @titlepage
 @title ERC manual
 @subtitle a full-featured IRC client
address@hidden for GNU Emacs and XEmacs
address@hidden for Emacs and XEmacs
 
 @c The following two commands
 @c start the copyright page.

=== modified file 'doc/misc/gnus.texi'
--- a/doc/misc/gnus.texi        2011-02-18 13:57:53 +0000
+++ b/doc/misc/gnus.texi        2011-02-19 21:20:34 +0000
@@ -23156,7 +23156,7 @@
 return a string.  When the mouse passes over text with this property
 set, a balloon window will appear and display the string.  Please
 refer to @ref{Tooltips, ,Tooltips, emacs, The Emacs Manual},
-(in GNU Emacs) or the doc string of @code{balloon-help-mode} (in
+(in Emacs) or the doc string of @code{balloon-help-mode} (in
 XEmacs) for more information on this.  (For technical reasons, the
 guillemets have been approximated as @samp{<<} and @samp{>>} in this
 paragraph.)
@@ -28476,7 +28476,7 @@
 the second parameter.
 
 @file{make.bat} has been rewritten from scratch, it now features
-automatic recognition of XEmacs and GNU Emacs, generates
+automatic recognition of XEmacs and Emacs, generates
 @file{gnus-load.el}, checks if errors occur while compilation and
 generation of info files and reports them at the end of the build
 process.  It now uses @code{makeinfo} if it is available and falls

=== modified file 'doc/misc/idlwave.texi'
--- a/doc/misc/idlwave.texi     2011-02-18 13:57:53 +0000
+++ b/doc/misc/idlwave.texi     2011-02-19 21:20:34 +0000
@@ -4275,7 +4275,7 @@
 under XEmacs.}
 
 You don't have the @samp{browse-url} (or other required) XEmacs package.
-Unlike GNU Emacs, XEmacs distributes many packages separately from the
+Unlike Emacs, XEmacs distributes many packages separately from the
 main program.  IDLWAVE is actually among these, but is not always the
 most up to date.  When installing IDLWAVE as an XEmacs package, it
 should prompt you for required additional packages.  When installing it

=== modified file 'doc/misc/mh-e.texi'
--- a/doc/misc/mh-e.texi        2011-02-18 13:57:53 +0000
+++ b/doc/misc/mh-e.texi        2011-02-19 21:20:34 +0000
@@ -212,9 +212,9 @@
 more niceties about GNU Emacs and address@hidden Now I'm fully hooked on both 
of
 them.
 
-The MH-E package is distributed with GNU address@hidden
address@hidden of MH-E appeared in GNU Emacs 23.1. It is supported
-in GNU Emacs 21 and 22, as well as XEmacs 21 (except for versions
+The MH-E package is distributed with address@hidden
address@hidden of MH-E appeared in Emacs 23.1. It is supported
+in Emacs 21 and 22, as well as XEmacs 21 (except for versions
 21.5.9-21.5.16). It is compatible with MH versions 6.8.4 and higher,
 all versions of nmh, and GNU mailutils 1.0 and higher.}, so you
 shouldn't have to do anything special to use it. Gnus is also


reply via email to

[Prev in Thread] Current Thread [Next in Thread]