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

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

[nongnu] elpa/helm 64a4b9819a 1/2: Docstring only


From: ELPA Syncer
Subject: [nongnu] elpa/helm 64a4b9819a 1/2: Docstring only
Date: Tue, 26 Sep 2023 16:00:40 -0400 (EDT)

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

    Docstring only
---
 helm-files.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/helm-files.el b/helm-files.el
index f102b2f6ae..d8e7bc47e1 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -6654,7 +6654,8 @@ VC handled directories.")
 (defvar helm-browse-project-history nil)
 
 ;;;###autoload
-(defun helm-projects-history (arg)
+(defun helm-projects-history (&optional arg)
+  "Jump to project already visisted with `helm-browse-project'."
   (interactive "P")
   (helm :sources
         (helm-build-sync-source "Project history"



reply via email to

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