From aba05ae4b20d1fcf44cded072364c0f636a56959 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 23 Aug 1994 22:58:08 +0000 Subject: [PATCH] (backward-delete-char-untabify): Doc fix. --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/simple.el b/lisp/simple.el index 1adcb212151..fc0a7fc8069 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -218,7 +218,7 @@ column specified by the variable `left-margin'." "Delete characters backward, changing tabs into spaces. Delete ARG chars, and kill (save in kill ring) if KILLP is non-nil. Interactively, ARG is the prefix arg (default 1) -and KILLP is t if prefix arg is was specified." +and KILLP is t if a prefix arg was specified." (interactive "*p\nP") (let ((count arg)) (save-excursion -- 2.39.5