diff options
| author | Wilfred Hughes <me@wilfred.me.uk> | 2017-06-12 23:14:53 +0100 |
|---|---|---|
| committer | Wilfred Hughes <me@wilfred.me.uk> | 2017-06-12 23:14:53 +0100 |
| commit | b5385cd7391d0ff293c381cbc8ef82fddad9652e (patch) | |
| tree | 975cf8e765ae67e13d28d0c08f8390eb6d4b5a17 | |
| parent | fdabfe7d88853e052cd5a20614585ed3cc1faeac (diff) | |
More TODOs
| -rw-r--r-- | helpful.el | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -519,8 +519,9 @@ For example, \"(some-func FOO &optional BAR)\"." (or docstring-sig source-sig))) -;; TODO: Info mentions, e.g. `define-derived-mode'. -;; TODO: add button for searching the manual. +;; TODO: Info mentions, e.g. `define-derived-mode' or `defface'. +;; TODO: for plain symbol, just highlight rather than creating links +;; e.g. in `defface'. (defun helpful--docstring (sym) "Get the docstring for SYM." (-when-let (docstring (documentation sym)) |
