about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-09-13 14:22:27 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-09-13 14:22:27 +0100
commitd7b5b5b0521315e1b735f9c3d4928432d0565f4a (patch)
tree913fefaa1e57245b02ea99af33346497aa2db80c /.emacs.d
parentb8f11c103b17c45dd0dbc983bf6ae33da0b6b3c3 (diff)
downloaddotfiles-d7b5b5b0521315e1b735f9c3d4928432d0565f4a.tar.gz
Add missing docstring
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-minibuffer.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-minibuffer.el b/.emacs.d/lisp/init-minibuffer.el
index e417c95..4d5cb67 100644
--- a/.emacs.d/lisp/init-minibuffer.el
+++ b/.emacs.d/lisp/init-minibuffer.el
@@ -482,7 +482,8 @@ See `+become-consult-line'."
   :demand t
   :config
   (defun +become-consult-line ()
-    "TODO."
+    "A version of `consult-line', designed for use with `embark-become'.
+The leading # added by other consult commands is removed."
     (interactive)
     (progn
       (setq unread-command-events (listify-key-sequence "\C-x\C-\M-x"))