From 09d1408338eb2f2001da1e9ec664ba68913c6fa9 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Sat, 9 Dec 2023 05:50:00 -0500 Subject: [PATCH] Lint comments --- eldoc-frame.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eldoc-frame.el b/eldoc-frame.el index 7cff1bd..3024d4e 100644 --- a/eldoc-frame.el +++ b/eldoc-frame.el @@ -1,16 +1,16 @@ ;;; eldoc-frame.el --- Display eldoc documentation in child frame -*- lexical-binding: t; -*- - +;; ;; Author: Jessie Hildebrandt ;; Yuan Fu ;; Homepage: https://git.tty.dog/jessieh/eldoc-frame -;; Keywords: eldoc +;; Keywords: docs ;; Version: 1.0.0 ;; Package-Requires: ((emacs "28.1")) - +;; ;; Forked from eldoc-box: ;; https://github.com/casouri/eldoc-box ;; eldoc-box Copyright (C) 2018 Yuan Fu - +;; ;; This file is not part of GNU Emacs. ;;; Commentary: