aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 73e9839f883..d08ea44d797 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -537,8 +537,8 @@ See also `find-buffer-visiting'. */)
537} 537}
538 538
539DEFUN ("find-buffer", Ffind_buffer, Sfind_buffer, 2, 2, 0, 539DEFUN ("find-buffer", Ffind_buffer, Sfind_buffer, 2, 2, 0,
540 doc: /* Return the buffer with buffer-local VARIABLE equal to VALUE. 540 doc: /* Return the buffer with buffer-local VARIABLE `equal' to VALUE.
541 If there is no such live buffer, return nil. 541If there is no such live buffer, return nil.
542See also `find-buffer-visiting'. */) 542See also `find-buffer-visiting'. */)
543 (Lisp_Object variable, Lisp_Object value) 543 (Lisp_Object variable, Lisp_Object value)
544{ 544{