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
97c3c30c
Commit
97c3c30c
authored
May 22, 1998
by
Richard M. Stallman
Browse files
(Fother_buffer): Doc fix.
parent
dbe7f1ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/buffer.c
src/buffer.c
+2
-0
No files found.
src/buffer.c
View file @
97c3c30c
...
...
@@ -894,6 +894,8 @@ DEFUN ("other-buffer", Fother_buffer, Sother_buffer, 0, 3, 0,
"Return most recently selected buffer other than BUFFER.
\n
\
Buffers not visible in windows are preferred to visible buffers,
\n
\
unless optional second argument VISIBLE-OK is non-nil.
\n
\
If the optional third argument FRAME is non-nil, use that frame's
\n
\
buffer list instead of the selected frame's buffer list.
\n
\
If no other buffer exists, the buffer `*scratch*' is returned.
\n
\
If BUFFER is omitted or nil, some interesting buffer is returned."
)
(
buffer
,
visible_ok
,
frame
)
...
...
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