branch: externals/boxy commit fe4c1e740e4b7c5ddc7c09869de00dcccb25064b Author: Tyler Grinn <tylergr...@gmail.com> Commit: Tyler Grinn <tylergr...@gmail.com>
Updated documentation --- boxy.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/boxy.el b/boxy.el index 0804d9c..f293228 100644 --- a/boxy.el +++ b/boxy.el @@ -1,4 +1,4 @@ -;;; boxy.el --- Frontend for creating 3D diagrams -*- lexical-binding: t -*- +;;; boxy.el --- A boxy layout framework -*- lexical-binding: t -*- ;; Copyright (C) 2021 Free Software Foundation, Inc. @@ -100,11 +100,14 @@ ;; The expansion slots will be called when the user toggles the ;; box's visibility. ;; +;; To display a box in a popup buffer, use the function `boxy-pp'. +;; ;; The methods `boxy-merge' and `boxy-merge-into' should be ;; used to merge boxes together. `boxy-merge' takes a list of ;; boxes and merges them into one box. `boxy-merge-into' takes ;; two boxes and merges the first into the second. ;; + ;;; Code: ;;;; Requirements