aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorGlenn Morris2010-11-10 00:48:15 -0800
committerGlenn Morris2010-11-10 00:48:15 -0800
commit2098928531c8dd5d930ed49c9b9c37f477c32771 (patch)
tree27c7b20684ccbbf18169458ed173917ad4fc7149 /doc/misc
parentcde08ac929c7c9eb9f6bf75345d56f84b9eaa1fb (diff)
downloademacs-2098928531c8dd5d930ed49c9b9c37f477c32771.tar.gz
emacs-2098928531c8dd5d930ed49c9b9c37f477c32771.zip
* doc/misc/edt.texi: Remove information about Emacs 19.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog4
-rw-r--r--doc/misc/edt.texi21
2 files changed, 11 insertions, 14 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 11da421603e..a47dff59e93 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,7 @@
12010-11-10 Glenn Morris <rgm@gnu.org>
2
3 * edt.texi: Remove information about Emacs 19.
4
12010-11-05 Michael Albinus <michael.albinus@gmx.de> 52010-11-05 Michael Albinus <michael.albinus@gmx.de>
2 6
3 * trampver.texi: Update release number. 7 * trampver.texi: Update release number.
diff --git a/doc/misc/edt.texi b/doc/misc/edt.texi
index d394137d76b..f3d0eacc0f3 100644
--- a/doc/misc/edt.texi
+++ b/doc/misc/edt.texi
@@ -63,8 +63,8 @@ of DEC's EDT editor.
63@node Overview 63@node Overview
64@chapter Overview of the EDT Package 64@chapter Overview of the EDT Package
65 65
66This manual describes version 4.0 of the EDT Emulation for Emacs 19 and 66This manual describes version 4.0 of the EDT Emulation for Emacs.
67above. It comes with special functions which replicate nearly all of 67It comes with special functions which replicate nearly all of
68EDT's keypad mode behavior. It sets up default keypad and function key 68EDT's keypad mode behavior. It sets up default keypad and function key
69bindings which closely match those found in EDT. Support is provided so 69bindings which closely match those found in EDT. Support is provided so
70that users may reconfigure most keypad and function key bindings to 70that users may reconfigure most keypad and function key bindings to
@@ -152,9 +152,8 @@ You can also invoke @code{edt-set-scroll-margins} interactively while
152EDT Emulation is active to change the settings for that session. 152EDT Emulation is active to change the settings for that session.
153 153
154@strong{Please note:} Another way to set the scroll margins is to use 154@strong{Please note:} Another way to set the scroll margins is to use
155the Emacs customization feature (not available in Emacs 19) to set the 155the Emacs customization feature to set the following two variables
156following two variables directly: @code{edt-top-scroll-margin} and 156directly: @code{edt-top-scroll-margin} and @code{edt-bottom-scroll-margin}.
157@code{edt-bottom-scroll-margin}.
158 157
159Enter the Emacs @code{customize} command. First select the 158Enter the Emacs @code{customize} command. First select the
160@samp{Editing} group and then select the @samp{Emulations} group. 159@samp{Editing} group and then select the @samp{Emulations} group.
@@ -239,8 +238,7 @@ Provide an easy way to restore @strong{all} original Emacs key bindings,
239just as they existed before the EDT emulation was first invoked. 238just as they existed before the EDT emulation was first invoked.
240 239
241@item 240@item
242Support GNU Emacs 19 and higher. (GNU Emacs 18 and below is no longer 241Support GNU Emacs 19 and higher. XEmacs 19, and above, is also supported.
243supported.) XEmacs 19, and above, is also supported.
244 242
245@item 243@item
246Supports highlighting of marked text within the EDT emulation on all 244Supports highlighting of marked text within the EDT emulation on all
@@ -933,9 +931,8 @@ You can also invoke @code{edt-set-scroll-margins} interactively while
933EDT Emulation is active to change the settings for that session. 931EDT Emulation is active to change the settings for that session.
934 932
935@strong{Please note:} Another way to set the scroll margins is to use 933@strong{Please note:} Another way to set the scroll margins is to use
936the Emacs customization feature (not available in Emacs 19) to set the 934the Emacs customization feature to set the following two variables
937following two variables directly: @code{edt-top-scroll-margin} and 935directly: @code{edt-top-scroll-margin} and @code{edt-bottom-scroll-margin}.
938@code{edt-bottom-scroll-margin}.
939 936
940Enter the Emacs @code{customize} command. First select the 937Enter the Emacs @code{customize} command. First select the
941@samp{Editing} group and then select the @samp{Emulations} group. 938@samp{Editing} group and then select the @samp{Emulations} group.
@@ -946,7 +943,3 @@ Finally, select the @samp{Edt} group and follow the directions.
946@include doclicense.texi 943@include doclicense.texi
947 944
948@bye 945@bye
949
950@ignore
951 arch-tag: 1b7ebe01-754b-4834-a12b-f152ef7db9e0
952@end ignore