diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-04-07 22:11:47 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-04-07 22:11:47 +0000 |
commit | 0ce653623d122de9a70f3e852740f877eda0337f (patch) | |
tree | ad754ba1edec60b722c8cf764c628ce682cda32a /lisp/emulation/edt.el | |
parent | 8c17509ef719ec6221702a3ab9cdf343d31e0a82 (diff) | |
download | emacs-0ce653623d122de9a70f3e852740f877eda0337f.tar.gz |
(edt-keep-current-page-delimiter): Doc fix.
Diffstat (limited to 'lisp/emulation/edt.el')
-rw-r--r-- | lisp/emulation/edt.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el index d7f7d886291..a0593a25022 100644 --- a/lisp/emulation/edt.el +++ b/lisp/emulation/edt.el @@ -4,7 +4,7 @@ ;; Author: Kevin Gallagher <kgallagh@spd.dsccc.com> ;; Maintainer: Kevin Gallagher <kgallagh@spd.dsccc.com> -;; Version: 3.0.2 +;; Version: 3.0.3 ;; Keywords: emulations ;; This file is part of GNU Emacs. @@ -80,7 +80,7 @@ configured and available for use.") (defvar edt-keep-current-page-delimiter nil "If set to true, when edt-emulation-on is first invoked, -modification of the page-delimiter varible to "\f" is suppressed, +modification of the page-delimiter varible to \"\\f\" is suppressed, thereby retaining current Emacs setting.") (defvar edt-use-EDT-control-key-bindings nil |