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

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

[nongnu] elpa/crux 5a7201a 062/112: Fix a docstring


From: ELPA Syncer
Subject: [nongnu] elpa/crux 5a7201a 062/112: Fix a docstring
Date: Wed, 11 Aug 2021 09:57:54 -0400 (EDT)

branch: elpa/crux
commit 5a7201af754a28262f9b783b87c5d98cd42a4f62
Author: Bozhidar Batsov <bozhidar@batsov.com>
Commit: Bozhidar Batsov <bozhidar@batsov.com>

    Fix a docstring
---
 crux.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crux.el b/crux.el
index eb36e8c..b094ae8 100644
--- a/crux.el
+++ b/crux.el
@@ -427,7 +427,7 @@ as the current user."
   (insert (format-time-string "%c" (current-time))))
 
 (defun crux-recentf-find-file ()
-  "Find a recent file using ido."
+  "Find a recent file using `completing-read'."
   (interactive)
   (let ((file (completing-read "Choose recent file: "
                                (mapcar #'abbreviate-file-name recentf-list)



reply via email to

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