aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorKarl Heuer1994-03-03 17:35:55 +0000
committerKarl Heuer1994-03-03 17:35:55 +0000
commit92194d02c21a87e433106824d571abadca3e939c (patch)
treed3a04e0da39824a3f564840c99349cf63bab0fbd /src/buffer.c
parent7d806fcdabceb80ce190230dffb9f553e1251628 (diff)
downloademacs-92194d02c21a87e433106824d571abadca3e939c.tar.gz
emacs-92194d02c21a87e433106824d571abadca3e939c.zip
(Fget_file_buffer): Doc fix.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c
index b9f699436f0..15ed613efd0 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -181,6 +181,7 @@ NAME may also be a buffer; if so, the value is that buffer.")
181 181
182DEFUN ("get-file-buffer", Fget_file_buffer, Sget_file_buffer, 1, 1, 0, 182DEFUN ("get-file-buffer", Fget_file_buffer, Sget_file_buffer, 1, 1, 0,
183 "Return the buffer visiting file FILENAME (a string).\n\ 183 "Return the buffer visiting file FILENAME (a string).\n\
184The buffer's `buffer-file-name' must match exactly the expansion of FILENAME.\n\
184If there is no such live buffer, return nil.") 185If there is no such live buffer, return nil.")
185 (filename) 186 (filename)
186 register Lisp_Object filename; 187 register Lisp_Object filename;