From dffc25ca6244d9260f5ca379e728e4eeb0771ed7 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 17 Jan 2024 03:31:00 +0200 Subject: gnosis--prompt: Update docstring Fix quotes --- gnosis.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnosis.el b/gnosis.el index f62710e..86b07ef 100644 --- a/gnosis.el +++ b/gnosis.el @@ -339,8 +339,8 @@ If FALSE t, use gnosis-face-false face" (cl-defun gnosis--prompt (prompt &optional (downcase nil) (split nil)) "PROMPT user for input until `q' is given. -The user is prompted to provide input for the 'PROMPT' message. -Returns the list of non-'q' inputs in reverse order of their entry. +The user is prompted to provide input for the PROMPT message. +Returns the list of non-q inputs in reverse order of their entry. Set DOWNCASE to t to downcase all input given. Set SPLIT to t to split all input given." -- cgit v1.2.3