emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 6184e120c0e: ; * doc/lispref/buffers.texi (Buffer List): Fix merg


From: Eli Zaretskii
Subject: master 6184e120c0e: ; * doc/lispref/buffers.texi (Buffer List): Fix merge snafu.
Date: Sat, 6 Jan 2024 08:25:56 -0500 (EST)

branch: master
commit 6184e120c0e1b52d9bbf359131dd8da35654cea1
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]