Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a50cd91a
Commit
a50cd91a
authored
Dec 15, 2009
by
Glenn Morris
Browse files
Update comments for edt doc changes.
parent
8fd11a7e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
9 deletions
+10
-9
lisp/emulation/edt-lk201.el
lisp/emulation/edt-lk201.el
+1
-1
lisp/emulation/edt-pc.el
lisp/emulation/edt-pc.el
+1
-1
lisp/emulation/edt-vt100.el
lisp/emulation/edt-vt100.el
+1
-1
lisp/emulation/edt.el
lisp/emulation/edt.el
+7
-6
No files found.
lisp/emulation/edt-lk201.el
View file @
a50cd91a
...
...
@@ -24,7 +24,7 @@
;;; Commentary:
;;
See
edt-user.doc in the Emacs etc directory
.
;; See
Info node `edt' for more details
.
;; ====================================================================
...
...
lisp/emulation/edt-pc.el
View file @
a50cd91a
...
...
@@ -24,7 +24,7 @@
;;; Commentary:
;;
See
edt-user.doc in the Emacs etc directory
.
;; See
Info node `edt' for more details
.
;; ====================================================================
...
...
lisp/emulation/edt-vt100.el
View file @
a50cd91a
...
...
@@ -24,7 +24,7 @@
;;; Commentary:
;;
See
edt-user.doc in the Emacs etc directory
.
;; See
Info node `edt' for more details
.
;; ====================================================================
...
...
lisp/emulation/edt.el
View file @
a50cd91a
...
...
@@ -53,12 +53,13 @@
;;
;; (add-hook term-setup-hook 'edt-emulation-on)
;; IMPORTANT: Be sure to read the
file, edt-user.doc, located in the
;;
Emacs "etc" directory.
It contains very helpful user information.
;; IMPORTANT: Be sure to read the
Info node `edt' for more details.
;; It contains very helpful user information.
;; The EDT emulation consists of the following files:
;;
;; edt-user.doc - User Instructions and Sample Customization File
;; edt.texi - User manual
;; edt-user.el - Sample Customization File
;; edt.el - EDT Emulation Functions and Default Configuration
;; edt-lk201.el - Built-in support for DEC LK-201 Keyboards
;; edt-vt100.el - Built-in support for DEC VT-100 (and above) terminals
...
...
@@ -102,8 +103,8 @@
;; the Emacs function `query-replace'. The binding of
;; `query-replace' has been moved to GOLD-/. If you prefer to
;; restore `query-replace' to GOLD-Enter, then use an EDT user
;; customization file, edt-user.el, to do this.
See edt-user.doc
;;
for
details.
;; customization file, edt-user.el, to do this.
;;
See Info node `edt' for more
details.
;; 3. EDT Emulation now also works in XEmacs, including the
;; highlighting of selected text.
...
...
@@ -2235,7 +2236,7 @@ Optional argument USER-SETUP non-nil means called from function
(define-prefix-command 'edt-user-gold-map)
(fset 'edt-user-gold-map (copy-keymap 'edt-default-gold-map))
;; This is a function that the user can define for custom bindings.
;; See
etc/
edt-user.
doc
.
;; See
Info node `edt' for more details, and sample
edt-user.
el file
.
(if (fboundp 'edt-setup-user-bindings)
(edt-setup-user-bindings))
(edt-select-user-global-map))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment