aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Naggum1996-03-18 19:32:24 +0000
committerErik Naggum1996-03-18 19:32:24 +0000
commitc3d4f949069acc7764b97232f4ea313597c65599 (patch)
tree1b0601f70bcab49e75489681b102af6a762a0e89
parenta3e7c3916d8f33cff991f12ce67ace2172e1ff49 (diff)
downloademacs-c3d4f949069acc7764b97232f4ea313597c65599.tar.gz
emacs-c3d4f949069acc7764b97232f4ea313597c65599.zip
(insert-buffer): Fix typo in previous change.
-rw-r--r--lisp/simple.el2
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)."
1373 "Insert after point the contents of BUFFER. 1373 "Insert after point the contents of BUFFER.
1374Puts mark after the inserted text. 1374Puts mark after the inserted text.
1375BUFFER may be a buffer or a buffer name." 1375BUFFER may be a buffer or a buffer name."
1376(interactive 1376 (interactive
1377 (list 1377 (list
1378 (progn 1378 (progn
1379 (barf-if-buffer-read-only) 1379 (barf-if-buffer-read-only)