From b9d67a772da09c8055cba87a5e0f5a44a55b4f6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Jan=C3=ADk?= Date: Sat, 12 Jan 2002 21:41:26 +0000 Subject: Fix typo. --- lisp/emulation/edt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emulation') diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el index 48b08ecc1a3..af15afb149d 100644 --- a/lisp/emulation/edt.el +++ b/lisp/emulation/edt.el @@ -1233,7 +1233,7 @@ Argument NUM is the number of form feeds to insert." (defun edt-tab-insert (num) "Insert tab character at cursor position. -Argument NUM is the the number of tabs to insert." +Argument NUM is the number of tabs to insert." (interactive "*p") (edt-check-prefix num) (while (> num 0) -- cgit v1.2.1