aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2015-06-15 20:40:41 -0400
committerGlenn Morris2015-06-15 20:40:41 -0400
commit2f1f014b931ff570554522f17ae687cc8163c415 (patch)
treeef55648d18abbb51314a2395df1960e305aece74
parentb95f53f0383b5df82e0b711f5027881950893f4f (diff)
downloademacs-2f1f014b931ff570554522f17ae687cc8163c415.tar.gz
emacs-2f1f014b931ff570554522f17ae687cc8163c415.zip
* lisp/textmodes/page-ext.el (add-new-page, pages-directory)
(pages-directory-for-addresses): Doc fixes.
-rw-r--r--lisp/textmodes/page-ext.el17
1 files changed, 8 insertions, 9 deletions
diff --git a/lisp/textmodes/page-ext.el b/lisp/textmodes/page-ext.el
index 3781c98546d..d3bd33e98f0 100644
--- a/lisp/textmodes/page-ext.el
+++ b/lisp/textmodes/page-ext.el
@@ -345,14 +345,13 @@ If point is in the pages directory buffer, insert the new page in the
345buffer associated with the directory. 345buffer associated with the directory.
346 346
347Insert the new page just before current page if 347Insert the new page just before current page if
348 pages-directory-for-adding-new-page-before-current-page-p variable 348`pages-directory-for-adding-new-page-before-current-page-p' is non-nil.
349is non-nil. Else insert at exact location of point. 349Else insert at exact location of point.
350 350
351Narrow to new page if 351Narrow to new page if `pages-directory-for-adding-page-narrowing-p' is
352 pages-directory-for-adding-page-narrowing-p variable 352non-nil.
353is non-nil.
354 353
355Page begins with a `^L' as the default page-delimiter. 354Page begins with a '^L' as the default `page-delimiter'.
356Use \\[set-page-delimiter] to change the page-delimiter. 355Use \\[set-page-delimiter] to change the page-delimiter.
357Point is left in the body of page." 356Point is left in the body of page."
358 (interactive "sHeader line: ") 357 (interactive "sHeader line: ")
@@ -516,7 +515,7 @@ resets the page-delimiter to the original value."
516(defun pages-directory 515(defun pages-directory
517 (pages-list-all-headers-p count-lines-p &optional regexp) 516 (pages-list-all-headers-p count-lines-p &optional regexp)
518 "Display a directory of the page headers in a temporary buffer. 517 "Display a directory of the page headers in a temporary buffer.
519A header is the first non-blank line after the page-delimiter. 518A header is the first non-blank line after the `page-delimiter'.
520\\[pages-directory-mode] 519\\[pages-directory-mode]
521You may move point to one of the lines in the temporary buffer, 520You may move point to one of the lines in the temporary buffer,
522then use \\<pages-directory-goto> to go to the same line in the pages buffer. 521then use \\<pages-directory-goto> to go to the same line in the pages buffer.
@@ -752,10 +751,10 @@ Move point to one of the lines in the displayed directory,
752then use \\[pages-directory-goto] to go to the same line 751then use \\[pages-directory-goto] to go to the same line
753in the addresses buffer. 752in the addresses buffer.
754 753
755If pages-directory-for-addresses-goto-narrowing-p is non-nil, 754If `pages-directory-for-addresses-goto-narrowing-p' is non-nil,
756`pages-directory-goto' narrows addresses buffer to entry. 755`pages-directory-goto' narrows addresses buffer to entry.
757 756
758If pages-directory-for-addresses-buffer-keep-windows-p is nil, 757If `pages-directory-for-addresses-buffer-keep-windows-p' is nil,
759this command deletes other windows when it displays the addresses 758this command deletes other windows when it displays the addresses
760directory." 759directory."
761 760