memory-leaks

Still reachable: lots of words in many pages.
git clone https://git.kevinlegouguec.net/memory-leaks
Log | Files | Refs | README | LICENSE

commit d9864752543e0c173ef431c4a6f63f1f4a8ba1b4
parent 1e657544b2a5916fa2c51cb67ebe889d205af395
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Tue, 18 Jun 2019 10:38:41 +0200

Add one more example of form-feed usage

Diffstat:
MREADME.md | 2+-
Mpersonal/itches/emacs/form-feed.md | 5++++-
2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -1,5 +1,5 @@ # Peniblec's Memory Leaks -## still reachable: 8429 words in 19 pages +## still reachable: 8439 words in 19 pages Hi! I am a software engineer interested in [a bunch of things]. diff --git a/personal/itches/emacs/form-feed.md b/personal/itches/emacs/form-feed.md @@ -8,7 +8,10 @@ surprising considering it shows up in so many places: - `describe-mode`, - `describe-bindings`, - `view-emacs-news`, -- `dired-log`… +- log buffers: + - `*Compile-Log*`, + - `*Dired log*`, +- … You can even see it in source files of other GNU projects, like GCC.