Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
11da5363
Commit
11da5363
authored
Sep 24, 1994
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(get-file-buffer): Doc fix.
parent
6242bee4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/buffer.c
src/buffer.c
+2
-1
No files found.
src/buffer.c
View file @
11da5363
...
...
@@ -180,7 +180,8 @@ NAME may also be a buffer; if so, the value is that buffer.")
DEFUN
(
"get-file-buffer"
,
Fget_file_buffer
,
Sget_file_buffer
,
1
,
1
,
0
,
"Return the buffer visiting file FILENAME (a string).
\n
\
The buffer's `buffer-file-name' must match exactly the expansion of FILENAME.
\n
\
If there is no such live buffer, return nil."
)
If there is no such live buffer, return nil.
\n
\
See also `find-buffer-visiting'."
)
(
filename
)
register
Lisp_Object
filename
;
{
...
...
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