branch: externals/lin commit 4f3c872f288c7ff02aa231bdf96a4bd1396390e3 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Tweak doc string of lin-enable-mode-in-buffers --- lin.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lin.el b/lin.el index 71b4774bb5..0167b23495 100644 --- a/lin.el +++ b/lin.el @@ -346,7 +346,7 @@ With optional non-nil REVERSE argument, remove those hooks." (lin-mode -1)))) (defun lin-enable-mode-in-buffers () - "Restart `lin-mode' if already enabled in any buffer. + "Enable (restart) `lin-mode' if already enabled in any buffer. Do so by checking the `buffer-list'." (mapc #'lin--mode-enable (buffer-list)))