emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/helm b4d25d0bf8 5/6: Fix helm--advice-help--symbol-complet


From: ELPA Syncer
Subject: [nongnu] elpa/helm b4d25d0bf8 5/6: Fix helm--advice-help--symbol-completion-table-affixation docstring
Date: Thu, 3 Aug 2023 15:59:47 -0400 (EDT)

branch: elpa/helm
commit b4d25d0bf8ec6717861dde884158ae2fd1fdf552
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Fix helm--advice-help--symbol-completion-table-affixation docstring
---
 helm-mode.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/helm-mode.el b/helm-mode.el
index 8148e15584..1d1048f51a 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -1831,9 +1831,11 @@ The `helm-find-files' history `helm-ff-history' is used 
here."
     str))
 
 (defun helm--advice-help--symbol-completion-table-affixation (completions)
-  "Same as `help--symbol-completion-table-affixation' but for helm.
+  "Override advice for `help--symbol-completion-table-affixation'.
 
-Return a list of cons cells of the form (disp . real)."
+This advice is used in helm completion by `helm-mode'.
+It uses `helm-get-first-line-documentation' which allow providing documentation
+for `describe-variable' symbols."
   (require 'help-fns)
   (mapcar (lambda (c)
             (let* ((s   (intern c))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]