aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hcel-minor.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcel-minor.el b/hcel-minor.el
index b507ef4..85414fa 100644
--- a/hcel-minor.el
+++ b/hcel-minor.el
@@ -70,7 +70,7 @@
(defun hcel-minor-eldoc-id-type (cb)
(when-let* ((identifier (hcel-text-property-near-point 'internal-id))
(symbol (save-excursion
- (buffer-substring
+ (buffer-substring-no-properties
(progn
(text-property-search-backward
'internal-id identifier 'string=)