From: PythonNut Date: Tue, 1 Sep 2015 22:00:12 +0000 (+0000) Subject: Add commentary to diff-hl-flydiff X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/327e01c7117cfa64523797646e2e08b3d0aa2988?ds=sidebyside Add commentary to diff-hl-flydiff --- diff --git a/diff-hl-flydiff.el b/diff-hl-flydiff.el index 3d7c2c7f4..233507445 100644 --- a/diff-hl-flydiff.el +++ b/diff-hl-flydiff.el @@ -20,6 +20,9 @@ ;;; Commentary: +;; This mode enables diffing on-the-fly (i.e. without saving the buffer first) +;; Toggle in all buffers with M-x diff-hl-flydiff-mode + ;;; Code: (require 'diff-hl)