mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 09:14:18 +00:00
; 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:
parent
8aa8ab8b03
commit
a444f2c7f9
1 changed files with 2 additions and 2 deletions
|
|
@ -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'.")
|
||||
|
|
|
|||
Loading…
Reference in a new issue