emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/emulation/tpu-edt.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/emulation/tpu-edt.el
Date: Wed, 03 Jul 2002 10:31:23 -0400

Index: emacs/lisp/emulation/tpu-edt.el
diff -c emacs/lisp/emulation/tpu-edt.el:1.33 
emacs/lisp/emulation/tpu-edt.el:1.34
*** emacs/lisp/emulation/tpu-edt.el:1.33        Tue Dec 25 06:20:28 2001
--- emacs/lisp/emulation/tpu-edt.el     Wed Jul  3 10:31:23 2002
***************
*** 1418,1424 ****
  
  (defun tpu-delete-to-eol (num)
    "Delete text up to end of line.
! With argument, delete up to to Nth line-end past point.
  They are saved for the TPU-edt undelete-lines command."
    (interactive "p")
    (let ((beg (point)))
--- 1418,1424 ----
  
  (defun tpu-delete-to-eol (num)
    "Delete text up to end of line.
! With argument, delete up to the Nth line-end past point.
  They are saved for the TPU-edt undelete-lines command."
    (interactive "p")
    (let ((beg (point)))
***************
*** 1430,1436 ****
  
  (defun tpu-delete-to-bol (num)
    "Delete text back to beginning of line.
! With argument, delete up to to Nth line-end past point.
  They are saved for the TPU-edt undelete-lines command."
    (interactive "p")
    (let ((beg (point)))
--- 1430,1436 ----
  
  (defun tpu-delete-to-bol (num)
    "Delete text back to beginning of line.
! With argument, delete up to the Nth line-end past point.
  They are saved for the TPU-edt undelete-lines command."
    (interactive "p")
    (let ((beg (point)))



reply via email to

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