aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorEli Zaretskii2023-12-30 10:01:31 +0200
committerEli Zaretskii2023-12-30 10:01:31 +0200
commit784acce8425fb3143719d34be1e39be499564dfb (patch)
treed795111d9c9189b2bb6fc0992062ff8252666c55 /src/buffer.c
parentb7a737ef49e787120ea7a7e9f4d4ef04dd1a0723 (diff)
downloademacs-784acce8425fb3143719d34be1e39be499564dfb.tar.gz
emacs-784acce8425fb3143719d34be1e39be499564dfb.zip
; Fix last change
* src/buffer.c (Ffind_buffer): Doc fix. (Bug#66117) * test/manual/etags/c-src/emacs/src/lisp.h (get_truename_buffer): Revert removal of prototype: that breaks the test results.
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{