branch: externals/boxy-headings
commit 15f54ab24bd396cc5b73f33018f7d873fa30eb04
Author: Amy Grinn <grinn....@gmail.com>
Commit: Amy Grinn <grinn....@gmail.com>

    Updated documentation
---
 Eldev            | 1 +
 boxy-headings.el | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Eldev b/Eldev
index 599ccd1437..2bf9218a92 100644
--- a/Eldev
+++ b/Eldev
@@ -4,6 +4,7 @@
 
 (eldev-use-plugin 'autoloads)
 
+(defun package--get-description (pkg) (signal 'file-missing nil))
 
 (eldev-defcommand
  boxy_headings-test (&rest _)
diff --git a/boxy-headings.el b/boxy-headings.el
index a773cb80f9..65127343ec 100644
--- a/boxy-headings.el
+++ b/boxy-headings.el
@@ -37,9 +37,9 @@
 ;;   - right
 ;;   - left
 ;;
-;;   The tooltip in `boxy-headings' shows the values for each row
-;;   in `org-columns' and can be customized the same way as org
-;;   columns view.
+;; The tooltip in `boxy-headings' shows the values for each row in
+;; `org-columns' and can be customized the same way as org columns
+;; view.
 
 ;;; Code:
 

Reply via email to