X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/114f9c96795aff3b51b9060d7c9c1b77debcc99a..b336bfcdf39f1e4d35bff4a7bd01d3b4bca8f516:/lisp/outline.el diff --git a/lisp/outline.el b/lisp/outline.el index 5def0ea47f..b5d3d79871 100644 --- a/lisp/outline.el +++ b/lisp/outline.el @@ -595,7 +595,7 @@ If there are no such entries, return nil. ALIST defaults to `outline-heading-alist'. Similar to (car (rassoc LEVEL ALIST)). If there are several different entries with same new level, choose -the one with the smallest distance to the assocation of HEAD in the alist. +the one with the smallest distance to the association of HEAD in the alist. This makes it possible for promotion to work in modes with several independent sets of headings (numbered, unnumbered, appendix...)" (unless alist (setq alist outline-heading-alist))