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
35f5c1d2
Commit
35f5c1d2
authored
Oct 17, 2009
by
Juanma Barranquero
Browse files
* buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
parent
ebe479ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/buffer.c
src/buffer.c
+2
-1
No files found.
src/ChangeLog
View file @
35f5c1d2
2009-10-16 Juanma Barranquero <lekktu@gmail.com>
* buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
* nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
...
...
src/buffer.c
View file @
35f5c1d2
...
...
@@ -877,7 +877,8 @@ it is in the sequence to be tried) even if a buffer with that name exists. */)
DEFUN
(
"buffer-name"
,
Fbuffer_name
,
Sbuffer_name
,
0
,
1
,
0
,
doc
:
/* Return the name of BUFFER, as a string.
With no argument or nil as argument, return the name of the current buffer. */
)
BUFFER defaults to the current buffer.
Return nil if BUFFER has been killed. */
)
(
buffer
)
register
Lisp_Object
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