diff options
author | Erik Naggum <erik@naggum.no> | 1996-03-18 19:32:24 +0000 |
---|---|---|
committer | Erik Naggum <erik@naggum.no> | 1996-03-18 19:32:24 +0000 |
commit | 52bbe7b67b094d46465bf52d727fa212932880c1 (patch) | |
tree | 828bb5ed3b9d7f2ba1a652d9e390a6123ab0a830 /lisp/simple.el | |
parent | c877d0f4fc25b4ff62563d18821e74a1d0dfcece (diff) | |
download | emacs-52bbe7b67b094d46465bf52d727fa212932880c1.tar.gz |
(insert-buffer): Fix typo in previous change.
Diffstat (limited to 'lisp/simple.el')
-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 e28d2638d67..5617efa773d 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -1373,7 +1373,7 @@ With argument, rotate that many kills forward (or backward, if negative)." "Insert after point the contents of BUFFER. Puts mark after the inserted text. BUFFER may be a buffer or a buffer name." -(interactive + (interactive (list (progn (barf-if-buffer-read-only) |