From 995d47b080ec0bd59767c7cf77ebd3d67c6f19b7 Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Fri, 7 Apr 2023 09:15:03 -0800 Subject: [PATCH] comment and docstring revisions --- notibox.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/notibox.el b/notibox.el index 5d1fff5..4b3b82d 100644 --- a/notibox.el +++ b/notibox.el @@ -6,7 +6,7 @@ ;; Keywords:frames,convenience,help ;; Package-Requires: ((posframe)) -;; This file is NOT part of GNU Emacs +;; This file is NOT part of GNU Emacs. ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -23,7 +23,7 @@ ;;; Commentary: -;; +;; This package provides ;;; Code: @@ -63,6 +63,7 @@ (defvar notibox-current-posframes nil) (defun notibox--show () + "Show the notibox currently prepared, with optional TIMEOUT." (add-to-list 'notibox-current-posframes (posframe-show (get-buffer-create "*notibox*") :position (notibox--get-position)