aboutsummaryrefslogtreecommitdiff
path: root/hcel-minor.el
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-10-05 11:28:34 +1100
committerYuchen Pei <hi@ypei.me>2022-10-05 11:28:34 +1100
commitc4403522df754627d698f0806d3920764e3d1291 (patch)
tree11e8eedc5a361e003ec38af6a0a0600e107b0f7e /hcel-minor.el
parent7f67167d097b6f5123946568fde14c7d43bbfd1e (diff)
Adding ability to navigate within help buffer
Diffstat (limited to 'hcel-minor.el')
-rw-r--r--hcel-minor.el4
1 files changed, 2 insertions, 2 deletions
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)