branch: elpa/popup commit 93a6cce649d41109e48d78f12eacdd5f505bd453 Author: Tomohiro Matsuyama <t...@cx4a.org> Commit: Tomohiro Matsuyama <t...@cx4a.org>
Added commentary. --- popup.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/popup.el b/popup.el index 6ea5b34..f61b8c8 100644 --- a/popup.el +++ b/popup.el @@ -21,7 +21,10 @@ ;;; Commentary: -;; +;; popup.el is a visual popup user interface library for Emacs. This +;; provides a basic API and common UI widgets such as popup tooltips +;; and popup menus. +;; See README.markdown for more information. ;;; Code: