From a444f2c7f9592042ec14db64b2f6dbeaa778dcb3 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 14 Feb 2026 13:59:26 +0200 Subject: [PATCH] ; Fix last change * lisp/textmodes/page-ext.el (pages-directory-list-all-headers-p) (pages-directory-count-lines-p): Doc fixes. --- lisp/textmodes/page-ext.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/textmodes/page-ext.el b/lisp/textmodes/page-ext.el index 71c0c3ad124..eceaad7b185 100644 --- a/lisp/textmodes/page-ext.el +++ b/lisp/textmodes/page-ext.el @@ -465,10 +465,10 @@ contain matches to the regexp.)") "The buffer for which the pages-directory function creates the directory.") (defvar-local pages-directory-list-all-headers-p nil - "Value of argument list-all-headers-p in last call of `pages-directory'.") + "Value of argument LIST-ALL-HEADERS-P in last call of `pages-directory'.") (defvar-local pages-directory-count-lines-p nil - "Value of argument count-lines-p in last call of `pages-directory'.") + "Value of argument COUNT-LINES-P in last call of `pages-directory'.") (defvar-local pages-directory-regexp nil "Value of argument regexp in last call of `pages-directory'.")