diff options
| author | Richard M. Stallman | 1994-05-22 22:14:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-22 22:14:17 +0000 |
| commit | a4e104bf5ccd3e19a16cdb6bad79edff86fba3cb (patch) | |
| tree | 106f991547a8ed4187816562af115ad9b3dc87b5 /lisp/allout.el | |
| parent | ee6f7c13b2e23119ec5932a6cf2190dca36b95c4 (diff) | |
| download | emacs-a4e104bf5ccd3e19a16cdb6bad79edff86fba3cb.tar.gz emacs-a4e104bf5ccd3e19a16cdb6bad79edff86fba3cb.zip | |
Doc fix.
Diffstat (limited to 'lisp/allout.el')
| -rw-r--r-- | lisp/allout.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/allout.el b/lisp/allout.el index 3695929bce7..8f87eca6666 100644 --- a/lisp/allout.el +++ b/lisp/allout.el | |||
| @@ -455,14 +455,14 @@ and 'outline-distinctive-bullets-string'.") | |||
| 455 | (defvar outline-line-boundary-regexp () | 455 | (defvar outline-line-boundary-regexp () |
| 456 | "Outline-regexp with outline-style beginning-of-line anchor. | 456 | "Outline-regexp with outline-style beginning-of-line anchor. |
| 457 | 457 | ||
| 458 | (Ie, C-j, *or* C-m, for prefixes of hidden topics). This is properly | 458 | \(Ie, C-j, *or* C-m, for prefixes of hidden topics). This is properly |
| 459 | set when outline-regexp is produced by 'set-outline-regexp', so | 459 | set when outline-regexp is produced by 'set-outline-regexp', so |
| 460 | that (match-beginning 2) and (match-end 2) delimit the prefix.") | 460 | that (match-beginning 2) and (match-end 2) delimit the prefix.") |
| 461 | (make-variable-buffer-local 'outline-line-boundary-regexp) | 461 | (make-variable-buffer-local 'outline-line-boundary-regexp) |
| 462 | ;;;_ = outline-bob-regexp | 462 | ;;;_ = outline-bob-regexp |
| 463 | (defvar outline-bob-regexp () | 463 | (defvar outline-bob-regexp () |
| 464 | "Like outline-line-boundary-regexp, for headers at beginning of buffer. | 464 | "Like outline-line-boundary-regexp, for headers at beginning of buffer. |
| 465 | (match-beginning 2) and (match-end 2) delimit the prefix.") | 465 | \(match-beginning 2) and (match-end 2) delimit the prefix.") |
| 466 | (make-variable-buffer-local 'outline-bob-regexp) | 466 | (make-variable-buffer-local 'outline-bob-regexp) |
| 467 | ;;;_ = outline-header-subtraction | 467 | ;;;_ = outline-header-subtraction |
| 468 | (defvar outline-header-subtraction (1- (length outline-header-prefix)) | 468 | (defvar outline-header-subtraction (1- (length outline-header-prefix)) |