diff options
| author | Wilfred Hughes <me@wilfred.me.uk> | 2018-08-02 22:05:13 -0700 |
|---|---|---|
| committer | Wilfred Hughes <me@wilfred.me.uk> | 2018-08-02 22:05:13 -0700 |
| commit | 3a3a05f82db542523c44ebb6a9b0e5dec48906fa (patch) | |
| tree | fe9b2707539ea94d53b001d5f2b84184640d4573 | |
| parent | fef7699b1efdab13800e90b4c4124400daee01a0 (diff) | |
Clarify comment
| -rw-r--r-- | helpful.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)))) |
