diff options
| author | Wilfred Hughes <me@wilfred.me.uk> | 2017-09-05 21:52:05 +0100 |
|---|---|---|
| committer | Wilfred Hughes <me@wilfred.me.uk> | 2017-09-05 21:52:05 +0100 |
| commit | 15b3a9a8b0238f349be29d1b0772ff44ca51180e (patch) | |
| tree | 39d6052000aa5c14d9d855c0c92386fb2671457a | |
| parent | 8ca54f61fae78837b27036df1ecd19b1c5fc3834 (diff) | |
Don't talk about C code unless function is a primitive
| -rw-r--r-- | helpful.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -560,7 +560,7 @@ state of the current symbol." (source-path (format "No references found in %s." (helpful--navigate-button source-path 0))) - ((null find-function-C-source-directory) + ((and primitive-p (null find-function-C-source-directory)) "C code is not yet loaded.") (t "Could not find source file.")) |
