branch: master
commit 58000738accf2f80ea2bf210f7dea5914adb14ee
Author: rocky <ro...@gnu.org>
Commit: rocky <ro...@gnu.org>

    Small formatting change.
---
 loc-changes.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/loc-changes.el b/loc-changes.el
index 5425b30..c114be4 100644
--- a/loc-changes.el
+++ b/loc-changes.el
@@ -76,7 +76,7 @@ internal buffer called *Describe*."
           (point)
           'mark (cdr assoc)
            )
-         (insert (format ": %s\n" (cl-caddr assoc)))
+         (insert (format ":\t%s\n" (cl-caddr assoc)))
          )
     (setq buffer-read-only 't)
     ))

Reply via email to