branch: elpa/crux
commit 5a7201af754a28262f9b783b87c5d98cd42a4f62
Author: Bozhidar Batsov <bozhi...@batsov.com>
Commit: Bozhidar Batsov <bozhi...@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