diff options
| author | Glenn Morris | 2010-11-10 00:48:15 -0800 |
|---|---|---|
| committer | Glenn Morris | 2010-11-10 00:48:15 -0800 |
| commit | 2098928531c8dd5d930ed49c9b9c37f477c32771 (patch) | |
| tree | 27c7b20684ccbbf18169458ed173917ad4fc7149 /doc/misc | |
| parent | cde08ac929c7c9eb9f6bf75345d56f84b9eaa1fb (diff) | |
| download | emacs-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/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/edt.texi | 21 |
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 @@ | |||
| 1 | 2010-11-10 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * edt.texi: Remove information about Emacs 19. | ||
| 4 | |||
| 1 | 2010-11-05 Michael Albinus <michael.albinus@gmx.de> | 5 | 2010-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 | ||
| 66 | This manual describes version 4.0 of the EDT Emulation for Emacs 19 and | 66 | This manual describes version 4.0 of the EDT Emulation for Emacs. |
| 67 | above. It comes with special functions which replicate nearly all of | 67 | It comes with special functions which replicate nearly all of |
| 68 | EDT's keypad mode behavior. It sets up default keypad and function key | 68 | EDT's keypad mode behavior. It sets up default keypad and function key |
| 69 | bindings which closely match those found in EDT. Support is provided so | 69 | bindings which closely match those found in EDT. Support is provided so |
| 70 | that users may reconfigure most keypad and function key bindings to | 70 | that 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 | |||
| 152 | EDT Emulation is active to change the settings for that session. | 152 | EDT 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 |
| 155 | the Emacs customization feature (not available in Emacs 19) to set the | 155 | the Emacs customization feature to set the following two variables |
| 156 | following two variables directly: @code{edt-top-scroll-margin} and | 156 | directly: @code{edt-top-scroll-margin} and @code{edt-bottom-scroll-margin}. |
| 157 | @code{edt-bottom-scroll-margin}. | ||
| 158 | 157 | ||
| 159 | Enter the Emacs @code{customize} command. First select the | 158 | Enter 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, | |||
| 239 | just as they existed before the EDT emulation was first invoked. | 238 | just as they existed before the EDT emulation was first invoked. |
| 240 | 239 | ||
| 241 | @item | 240 | @item |
| 242 | Support GNU Emacs 19 and higher. (GNU Emacs 18 and below is no longer | 241 | Support GNU Emacs 19 and higher. XEmacs 19, and above, is also supported. |
| 243 | supported.) XEmacs 19, and above, is also supported. | ||
| 244 | 242 | ||
| 245 | @item | 243 | @item |
| 246 | Supports highlighting of marked text within the EDT emulation on all | 244 | Supports 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 | |||
| 933 | EDT Emulation is active to change the settings for that session. | 931 | EDT 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 |
| 936 | the Emacs customization feature (not available in Emacs 19) to set the | 934 | the Emacs customization feature to set the following two variables |
| 937 | following two variables directly: @code{edt-top-scroll-margin} and | 935 | directly: @code{edt-top-scroll-margin} and @code{edt-bottom-scroll-margin}. |
| 938 | @code{edt-bottom-scroll-margin}. | ||
| 939 | 936 | ||
| 940 | Enter the Emacs @code{customize} command. First select the | 937 | Enter 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 | ||