aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2018-08-02 22:05:13 -0700
committerWilfred Hughes <me@wilfred.me.uk>2018-08-02 22:05:13 -0700
commit3a3a05f82db542523c44ebb6a9b0e5dec48906fa (patch)
treefe9b2707539ea94d53b001d5f2b84184640d4573
parentfef7699b1efdab13800e90b4c4124400daee01a0 (diff)
Clarify comment
-rw-r--r--helpful.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpful.el b/helpful.el
index 54b2342..10b4cb0 100644
--- a/helpful.el
+++ b/helpful.el
@@ -1152,7 +1152,7 @@ buffer."
(-let [(_ . src-path) (find-function-library sym)]
(setq path src-path)))
(when (and primitive-p path find-function-C-source-directory)
- ;; Convert "src/foo.c" to "".
+ ;; Convert relative to absolute path.
(setq path (f-expand path
(f-parent find-function-C-source-directory))))