branch: externals/boxy
commit ef765dd8ea5e5ac609e4b613181aeb4790235f0a
Author: Amy Grinn <grinn....@gmail.com>
Commit: Amy Grinn <grinn....@gmail.com>

    Typo
    
    Fixes 'Warning: Unknown type: boxy-relationship'
---
 boxy.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boxy.el b/boxy.el
index 5169b0e476..ce18c42d20 100644
--- a/boxy.el
+++ b/boxy.el
@@ -207,7 +207,7 @@
 
 ;;;; Custom types
 
-(defun boxy-relationshipp (str)
+(defun boxy-relationship-p (str)
   "Return t if STR is a boxy relationship, nil otherwise."
   (member str boxy-relationships))
 

Reply via email to