From c4403522df754627d698f0806d3920764e3d1291 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Wed, 5 Oct 2022 11:28:34 +1100 Subject: Adding ability to navigate within help buffer --- hcel-minor.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hcel-minor.el') diff --git a/hcel-minor.el b/hcel-minor.el index 687c596..26badbb 100644 --- a/hcel-minor.el +++ b/hcel-minor.el @@ -73,11 +73,11 @@ (buffer-substring-no-properties (progn (text-property-search-backward - 'internal-id internal-id 'string=) + 'internal-id internal-id 'equal) (point)) (progn (text-property-search-forward - 'internal-id internal-id 'string=) + 'internal-id internal-id 'equal) (point))))) (docstring (cond ((derived-mode-p 'hcel-outline-mode) -- cgit v1.2.3