Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
193c3837
Commit
193c3837
authored
May 17, 1995
by
Karl Heuer
Browse files
(Fmake_indirect_buffer): Fix interactive spec.
parent
73c01704
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/buffer.c
src/buffer.c
+1
-1
No files found.
src/buffer.c
View file @
193c3837
...
...
@@ -316,7 +316,7 @@ The value is never nil.")
DEFUN
(
"make-indirect-buffer"
,
Fmake_indirect_buffer
,
Smake_indirect_buffer
,
2
,
2
,
"
B
Make indirect buffer (to buffer):
\n
b
Name of indirect buffer: "
,
"
b
Make indirect buffer (to buffer):
\n
B
Name of indirect buffer: "
,
"Create and return an indirect buffer for buffer BASE, named NAME.
\n
\
BASE should be an existing buffer (or buffer name).
\n
\
NAME should be a string which is not the name of an existing buffer."
)
...
...
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