branch: externals/hyperbole
commit fbee779a229f82b72e61bc8f916f63716121f3b7
Author: Bob Weiner <[email protected]>
Commit: Bob Weiner <[email protected]>
Minor hibtypes.el edit.
---
hibtypes.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hibtypes.el b/hibtypes.el
index 91d9ed3..133afb4 100644
--- a/hibtypes.el
+++ b/hibtypes.el
@@ -245,7 +245,7 @@ constituent character, and must not be in buffers whose
names begin with a
;;; Displays in-file Markdown link referents.
;;; ========================================================================
-(defib markdown-link ()
+(defib markdown-internal-link ()
"Displays any in-file Markdown link referent. Pathnames and urls are
handled elsewhere."
(when (and (eq major-mode 'markdown-mode)
(not (hpath:www-at-p)))