summaryrefslogtreecommitdiff
path: root/helm-plugin.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2012-03-23 10:15:27 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2012-03-23 10:15:27 +0100
commita1b8c7b09bf74323e69132bc532eadf123fe8d14 (patch)
treeb3baf6471ae784219d2e90011f6e9eb894eaaf87 /helm-plugin.el
parent915e9712e07b64fde1260a612c2e3c2d8f096782 (diff)
Finish merging and removing obsolete stuff from helm-config.el
Diffstat (limited to 'helm-plugin.el')
-rw-r--r--helm-plugin.el13
1 files changed, 13 insertions, 0 deletions
diff --git a/helm-plugin.el b/helm-plugin.el
index 339a939a..5d61275c 100644
--- a/helm-plugin.el
+++ b/helm-plugin.el
@@ -285,8 +285,21 @@ with original attribute value.
source))
(add-to-list 'helm-compile-source-functions
'helm-compile-source--default-action t)
+
(helm-document-attribute 'default-action "default-action plug-in"
"Default action.")
+(helm-document-attribute 'default-directory "type . file-line"
+ "`default-directory' to interpret file.")
+(helm-document-attribute 'before-jump-hook "type . file-line / line"
+ "Function to call before jumping to the target location.")
+(helm-document-attribute 'after-jump-hook "type . file-line / line"
+ "Function to call after jumping to the target location.")
+(helm-document-attribute 'adjust "type . file-line"
+ "Search around line matching line contents.")
+(helm-document-attribute 'recenter "type . file-line / line"
+ "`recenter' after jumping.")
+(helm-document-attribute 'target-file "type . line"
+ "Goto line of target-file.")
(provide 'helm-plugin)