From 6184e120c0e1b52d9bbf359131dd8da35654cea1 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 6 Jan 2024 15:25:29 +0200 Subject: [PATCH] ; * doc/lispref/buffers.texi (Buffer List): Fix merge snafu. --- doc/lispref/buffers.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/lispref/buffers.texi b/doc/lispref/buffers.texi index 4994d8c2252..77f5f09c7bd 100644 --- a/doc/lispref/buffers.texi +++ b/doc/lispref/buffers.texi @@ -959,8 +959,8 @@ infinite recursion. @defun buffer-match-p condition buffer-or-name &rest args This function checks if a buffer designated by @code{buffer-or-name} -satisfies the specified @var{condition}. Optional third argument -@var{arg} is passed to the predicate function in @var{condition}. A +satisfies the specified @var{condition}. Optional arguments +@var{args} are passed to the predicate function in @var{condition}. A valid @var{condition} can be one of the following: @itemize @bullet{} @item -- 2.39.5