From: Richard M. Stallman Date: Tue, 23 Aug 1994 22:58:08 +0000 (+0000) Subject: (backward-delete-char-untabify): Doc fix. X-Git-Tag: emacs-19.34~7253 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aba05ae4b20d1fcf44cded072364c0f636a56959;p=emacs.git (backward-delete-char-untabify): Doc fix. --- 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