From f86d2c8a0c9638db374f043d9ecbfcd251fb1d15 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Thu, 23 Jan 2020 23:49:37 +0900 Subject: [PATCH] Fix wazrn --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 49baefb..7f62299 100644 --- a/emacs.el +++ b/emacs.el @@ -977,7 +977,7 @@ Otherwize hook it." (declare-function fzf "fzf" t) (defun my-fzf-or-find-file () - "Call fzf if usable or call find-file." + "Call fzf if usable or call `find-file'." (declare (interactive-only t)) (interactive) (if (and (executable-find "fzf")