aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-08-23 22:58:08 +0000
committerRichard M. Stallman1994-08-23 22:58:08 +0000
commitaba05ae4b20d1fcf44cded072364c0f636a56959 (patch)
tree1642466b1db7448831ccd0bf0c2ce3b0b7fcddc1
parentcf058e49444b2c8d894f46c1bfd57d5e96b923c8 (diff)
downloademacs-aba05ae4b20d1fcf44cded072364c0f636a56959.tar.gz
emacs-aba05ae4b20d1fcf44cded072364c0f636a56959.zip
(backward-delete-char-untabify): Doc fix.
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
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'."
218 "Delete characters backward, changing tabs into spaces. 218 "Delete characters backward, changing tabs into spaces.
219Delete ARG chars, and kill (save in kill ring) if KILLP is non-nil. 219Delete ARG chars, and kill (save in kill ring) if KILLP is non-nil.
220Interactively, ARG is the prefix arg (default 1) 220Interactively, ARG is the prefix arg (default 1)
221and KILLP is t if prefix arg is was specified." 221and KILLP is t if a prefix arg was specified."
222 (interactive "*p\nP") 222 (interactive "*p\nP")
223 (let ((count arg)) 223 (let ((count arg))
224 (save-excursion 224 (save-excursion