# HG changeset patch # User Richard M. Stallman # Date 777682688 0 # Node ID 0c56de09028dd53f25a5fa3515323abe26a02b2e # Parent cf3233d70e946e12556570051f1b7b84b68b1432 (backward-delete-char-untabify): Doc fix. diff -r cf3233d70e94 -r 0c56de09028d lisp/simple.el --- a/lisp/simple.el Tue Aug 23 22:56:44 1994 +0000 +++ b/lisp/simple.el Tue Aug 23 22:58:08 1994 +0000 @@ -218,7 +218,7 @@ "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