; Fix last change

* lisp/textmodes/page-ext.el (pages-directory-list-all-headers-p)
(pages-directory-count-lines-p): Doc fixes.
This commit is contained in:
Eli Zaretskii 2026-02-14 13:59:26 +02:00
parent 8aa8ab8b03
commit a444f2c7f9

View file

@ -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'.")