comment and docstring revisions

This commit is contained in:
MitchMarq42 2023-04-07 09:15:03 -08:00
parent d2074d5334
commit 995d47b080

View File

@ -6,7 +6,7 @@
;; Keywords:frames,convenience,help ;; Keywords:frames,convenience,help
;; Package-Requires: ((posframe)) ;; 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 ;; 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 ;; it under the terms of the GNU General Public License as published by
@ -23,7 +23,7 @@
;;; Commentary: ;;; Commentary:
;; ;; This package provides
;;; Code: ;;; Code:
@ -63,6 +63,7 @@
(defvar notibox-current-posframes nil) (defvar notibox-current-posframes nil)
(defun notibox--show () (defun notibox--show ()
"Show the notibox currently prepared, with optional TIMEOUT."
(add-to-list 'notibox-current-posframes (add-to-list 'notibox-current-posframes
(posframe-show (get-buffer-create "*notibox*") (posframe-show (get-buffer-create "*notibox*")
:position (notibox--get-position) :position (notibox--get-position)