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
03bdd54c
Commit
03bdd54c
authored
May 30, 1993
by
Roland McGrath
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fgenerate_new_buffer_name): Doc fix.
parent
0acbedac
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 @
03bdd54c
...
...
@@ -336,7 +336,7 @@ DEFUN ("generate-new-buffer-name", Fgenerate_new_buffer_name, Sgenerate_new_buff
If there is no live buffer named NAME, then return NAME.
\n
\
Otherwise modify name by appending `<NUMBER>', incrementing NUMBER
\n
\
until an unused name is found, and then return that name.
\n
\
Optional second argument
ignore
specifies a name that is okay to use
\n
\
Optional second argument
IGNORE
specifies a name that is okay to use
\n
\
\(if it is in the sequence to be tried)
\n
\
even if a buffer with that name exists."
)
(
name
,
ignore
)
...
...
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