diff options
| author | Richard M. Stallman | 1994-08-23 22:58:08 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-08-23 22:58:08 +0000 |
| commit | aba05ae4b20d1fcf44cded072364c0f636a56959 (patch) | |
| tree | 1642466b1db7448831ccd0bf0c2ce3b0b7fcddc1 | |
| parent | cf058e49444b2c8d894f46c1bfd57d5e96b923c8 (diff) | |
| download | emacs-aba05ae4b20d1fcf44cded072364c0f636a56959.tar.gz emacs-aba05ae4b20d1fcf44cded072364c0f636a56959.zip | |
(backward-delete-char-untabify): Doc fix.
| -rw-r--r-- | lisp/simple.el | 2 |
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. |
| 219 | Delete ARG chars, and kill (save in kill ring) if KILLP is non-nil. | 219 | Delete ARG chars, and kill (save in kill ring) if KILLP is non-nil. |
| 220 | Interactively, ARG is the prefix arg (default 1) | 220 | Interactively, ARG is the prefix arg (default 1) |
| 221 | and KILLP is t if prefix arg is was specified." | 221 | and 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 |