]> git.eshelyaron.com Git - emacs.git/commit
Improve consistency of outline headings in dired libraries
authorJonas Bernoulli <jonas@bernoul.li>
Sun, 14 Mar 2021 19:24:07 +0000 (20:24 +0100)
committerJonas Bernoulli <jonas@bernoul.li>
Wed, 30 Jun 2021 19:43:02 +0000 (21:43 +0200)
commit1a00bf16a72b03c9d79ec3bd301d02efc94f9683
tree0f68306ab2e7306bb7e038aca00d4b107723743f
parent1b1c4ef3cba235a97c424da4bc7ccfafea5b4bf8
Improve consistency of outline headings in dired libraries

* lisp/dired-aux.el: Improve consistency of outline headings.
* lisp/dired-x.el: Improve consistency of outline headings.
* lisp/dired.el: Improve consistency of outline headings.

- Use three semicolons at beginning of headings because that already
  is the dominant number of semicolons for headings in these files.
- Prefix each heading with a ^L instead of randomly omitting it in
  front of some.
- Always prefix the line with the ^L with a completely empty line.
- Begin headings with a capital letter.
- Do not update complete headings.
- Do not end headings with a period.
- Remove a handful of section end markers.
- Address further inconsistencies.
lisp/dired-aux.el
lisp/dired-x.el
lisp/dired.el