]> git.eshelyaron.com Git - emacs.git/commitdiff
(backward-delete-char-untabify): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 23 Aug 1994 22:58:08 +0000 (22:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 23 Aug 1994 22:58:08 +0000 (22:58 +0000)
lisp/simple.el

index 1adcb212151654940a13a60d945a53c23792ef6a..fc0a7fc80690f89fa42c3c8f7b1031de836952d9 100644 (file)
@@ -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