diff lisp/simple.el @ 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 509daefd2d13
children 7fff44ad20c9
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