about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-05-17 15:51:57 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-05-17 15:51:57 +0100
commit4bb6cfd77e3ce738eed585d2465797700c396942 (patch)
treef976d79c6ed60f210a0b1dc88775a2cc29d492eb
parent78fc8b1d9925e8906e5bb565299f0412636b3406 (diff)
downloaddotfiles-4bb6cfd77e3ce738eed585d2465797700c396942.tar.gz
Fix eldoc length warning
-rw-r--r--.emacs.d/lisp/init-minibuffer.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-minibuffer.el b/.emacs.d/lisp/init-minibuffer.el
index bb7a1a1..1351ec7 100644
--- a/.emacs.d/lisp/init-minibuffer.el
+++ b/.emacs.d/lisp/init-minibuffer.el
@@ -78,7 +78,7 @@ DEFS is a plist associating completion categories to commands."
   :init
   (defvar switching-project nil)
   (defun vertico-directory-enter-or-select-project ()
-    "Wrapper around vertico-directory-enter that plays nicely with selecting new projects."
+    "vertico-directory-enter wrapper that plays nicely with selecting new projects."
     (interactive)
     ;; When selecting a project, use this to return, instead of entering the directory
     (if switching-project