emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp/emulation edt-lk201.el edt-pc.el edt...


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp/emulation edt-lk201.el edt-pc.el edt...
Date: Tue, 15 Dec 2009 03:07:30 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/12/15 03:07:30

Modified files:
        lisp/emulation : edt-lk201.el edt-pc.el edt-vt100.el edt.el 

Log message:
        Update comments for edt doc changes.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/emulation/edt-lk201.el?cvsroot=emacs&r1=1.21&r2=1.22
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/emulation/edt-pc.el?cvsroot=emacs&r1=1.21&r2=1.22
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/emulation/edt-vt100.el?cvsroot=emacs&r1=1.20&r2=1.21
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/emulation/edt.el?cvsroot=emacs&r1=1.70&r2=1.71

Patches:
Index: edt-lk201.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emulation/edt-lk201.el,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- edt-lk201.el        5 Jan 2009 03:21:15 -0000       1.21
+++ edt-lk201.el        15 Dec 2009 03:07:30 -0000      1.22
@@ -24,7 +24,7 @@
 
 ;;; Commentary:
 
-;;  See edt-user.doc in the Emacs etc directory.
+;; See Info node `edt' for more details.
 
 ;; ====================================================================
 

Index: edt-pc.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emulation/edt-pc.el,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- edt-pc.el   5 Jan 2009 03:21:15 -0000       1.21
+++ edt-pc.el   15 Dec 2009 03:07:30 -0000      1.22
@@ -24,7 +24,7 @@
 
 ;;; Commentary:
 
-;;  See edt-user.doc in the Emacs etc directory.
+;; See Info node `edt' for more details.
 
 ;; ====================================================================
 

Index: edt-vt100.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emulation/edt-vt100.el,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- edt-vt100.el        5 Jan 2009 03:21:16 -0000       1.20
+++ edt-vt100.el        15 Dec 2009 03:07:30 -0000      1.21
@@ -24,7 +24,7 @@
 
 ;;; Commentary:
 
-;;  See edt-user.doc in the Emacs etc directory.
+;; See Info node `edt' for more details.
 
 ;; ====================================================================
 

Index: edt.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emulation/edt.el,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -b -r1.70 -r1.71
--- edt.el      3 Nov 2009 02:04:34 -0000       1.70
+++ edt.el      15 Dec 2009 03:07:30 -0000      1.71
@@ -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 @@
   (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))




reply via email to

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