Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6cb6e7a2
Commit
6cb6e7a2
authored
Dec 06, 1999
by
Gerd Moellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(insert-buffer): Doc fix.
parent
3f26d1e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
lisp/simple.el
lisp/simple.el
+4
-1
No files found.
lisp/simple.el
View file @
6cb6e7a2
...
...
@@ -1985,7 +1985,10 @@ If ARG is zero, move to the beginning of the current line."
(defun insert-buffer (buffer)
"
Insert
after
point
the
contents
of
BUFFER.
Puts
mark
after
the
inserted
text.
BUFFER
may
be
a
buffer
or
a
buffer
name.
"
BUFFER
may
be
a
buffer
or
a
buffer
name.
This
function
is
meant
for
the
user
to
run
interactively.
Don
't
call
it
from
programs!
"
(interactive
(list
(progn
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment