branch: elpa/javelin
commit 280348be4578b2006966d524f72cb304c88635a9
Author: Damian Barabonkov <[email protected]>
Commit: Damian Barabonkov <[email protected]>

    docs: Clarify harpoon-clear and harpoon-clear-all docstrings
---
 harpoon.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/harpoon.el b/harpoon.el
index 03960d9e1cf..847a1affc7d 100644
--- a/harpoon.el
+++ b/harpoon.el
@@ -482,7 +482,7 @@ HARPOON-NUMBER: The position (1-9) to assign the current 
file to."
 
 ;;;###autoload
 (defun harpoon-clear ()
-  "Clear harpoon files."
+  "Clear all harpoon positions."
   (interactive)
   (when (yes-or-no-p "Do you really want to clear harpoon all harpoon 
positions? ")
     (harpoon--write-harpoon-positions '())
@@ -490,7 +490,7 @@ HARPOON-NUMBER: The position (1-9) to assign the current 
file to."
 
 ;;;###autoload
 (defun harpoon-clear-all ()
-  "Delete all harpoon JSON cache files."
+  "Delete all harpoon position namespaces."
   (interactive)
   (when (yes-or-no-p "Do you really want to clear all harpoon positions across 
all harpoon projects? ")
     (let ((files (directory-files harpoon-cache-dir t "\\.json$")))

Reply via email to