Mercurial > emacs
changeset 8600:0c56de09028d
(backward-delete-char-untabify): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 23 Aug 1994 22:58:08 +0000 |
parents | cf3233d70e94 |
children | c67a4530319e |
files | lisp/simple.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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