branch: externals/boxy
commit 825e8d4ae248736a54eb5787af311edd62bac199
Author: Amy Grinn <[email protected]>
Commit: Amy Grinn <[email protected]>
Updated documentation
---
boxy.el | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/boxy.el b/boxy.el
index 0804d9c2c4..f293228c03 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