Mercurial > emacs
changeset 46164:b9725f269733
(tpu-delete-to-eol): Fix typo.
(tpu-delete-to-bol): Likewise.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 03 Jul 2002 14:31:23 +0000 |
parents | 426c8cf1a3df |
children | 17cf3d3424cf |
files | lisp/emulation/tpu-edt.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emulation/tpu-edt.el Wed Jul 03 14:26:51 2002 +0000 +++ b/lisp/emulation/tpu-edt.el Wed Jul 03 14:31:23 2002 +0000 @@ -1418,7 +1418,7 @@ (defun tpu-delete-to-eol (num) "Delete text up to end of line. -With argument, delete up to to Nth line-end past point. +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,7 +1430,7 @@ (defun tpu-delete-to-bol (num) "Delete text back to beginning of line. -With argument, delete up to to Nth line-end past point. +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)))