bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#31139: [PATCH] Document Narrow indicator in describe-mode


From: Noam Postavsky
Subject: bug#31139: [PATCH] Document Narrow indicator in describe-mode
Date: Thu, 12 Apr 2018 19:36:44 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.90 (gnu/linux)

severity 31139 wishlist
quit

Michael Hendricks <michael@ndrix.org> writes:

> * lisp/help.el (describe-mode): document narrowing, if active

> +     (when (or (> (point-min) 1) (<= (point-max) (buffer-size)))
> +       (push '(narrow-to-region "Narrow" " Narrow") minor-modes))

Narrowing isn't exactly a minor mode though, wouldn't this be
potentially confusing?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]