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
92194d02
Commit
92194d02
authored
Mar 03, 1994
by
Karl Heuer
Browse files
(Fget_file_buffer): Doc fix.
parent
7d806fcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/buffer.c
src/buffer.c
+1
-0
No files found.
src/buffer.c
View file @
92194d02
...
...
@@ -181,6 +181,7 @@ 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."
)
(
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