summaryrefslogtreecommitdiff
path: root/helm-info.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2018-05-03 18:10:28 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2018-05-03 18:10:28 +0200
commit34f620ff5dc983bc227484b94e6d552a7471e5ae (patch)
treee892f7f760c22919502a6aede8f38240f6a91c7a /helm-info.el
parent5b4da299f7f13503abc678de36850b55aaefa00e (diff)
Fix helm-info-at-point docstring
Diffstat (limited to 'helm-info.el')
-rw-r--r--helm-info.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/helm-info.el b/helm-info.el
index d32eeb3c..d3c0a632 100644
--- a/helm-info.el
+++ b/helm-info.el
@@ -245,8 +245,7 @@ Info files are made available."
;;;###autoload
(defun helm-info-at-point ()
- "Preconfigured `helm' for searching info at point.
-With a prefix-arg insert symbol at point."
+ "Preconfigured `helm' for searching info at point."
(interactive)
(helm :sources helm-info-default-sources
:buffer "*helm info*"))