commit 04c7e6c6f51035d1d208f89a0d94d24fd71540d0
parent bfd4555f960a888085745fc50deb17a6aae9703b
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Sat, 25 Mar 2023 14:53:13 +0100
Add one more use-case for prettifying form feeds
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/itches/emacs/form-feed.md b/itches/emacs/form-feed.md
@@ -46,7 +46,9 @@ This hypothetical thin-line display could be re-used by e.g.:
```
- Custom buffers, where sections are delimited with a
- 999-character-wide underlined space.
+ 999-character-wide underlined space,
+
+- `eldoc-doc-buffer-separator`.
(See [emacs-devel][emacs-devel-thin-line] for a list of use-cases for
thin lines, form-feed-related or not.)