aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2026-02-14 13:59:26 +0200
committerEli Zaretskii2026-02-14 13:59:26 +0200
commita444f2c7f9592042ec14db64b2f6dbeaa778dcb3 (patch)
treecc4e63ae3423cf7c85ff8fbca9a32c95e60fdb64
parent8aa8ab8b0334c13aab8735ecbf2b71d8b20c294d (diff)
downloademacs-a444f2c7f9592042ec14db64b2f6dbeaa778dcb3.tar.gz
emacs-a444f2c7f9592042ec14db64b2f6dbeaa778dcb3.zip
; Fix last change
* lisp/textmodes/page-ext.el (pages-directory-list-all-headers-p) (pages-directory-count-lines-p): Doc fixes.
-rw-r--r--lisp/textmodes/page-ext.el4
1 files 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.)")
465 "The buffer for which the pages-directory function creates the directory.") 465 "The buffer for which the pages-directory function creates the directory.")
466 466
467(defvar-local pages-directory-list-all-headers-p nil 467(defvar-local pages-directory-list-all-headers-p nil
468 "Value of argument list-all-headers-p in last call of `pages-directory'.") 468 "Value of argument LIST-ALL-HEADERS-P in last call of `pages-directory'.")
469 469
470(defvar-local pages-directory-count-lines-p nil 470(defvar-local pages-directory-count-lines-p nil
471 "Value of argument count-lines-p in last call of `pages-directory'.") 471 "Value of argument COUNT-LINES-P in last call of `pages-directory'.")
472 472
473(defvar-local pages-directory-regexp nil 473(defvar-local pages-directory-regexp nil
474 "Value of argument regexp in last call of `pages-directory'.") 474 "Value of argument regexp in last call of `pages-directory'.")