summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-01-17 03:31:00 +0200
committerThanos Apollo <[email protected]>2024-01-18 03:46:42 +0200
commitdffc25ca6244d9260f5ca379e728e4eeb0771ed7 (patch)
tree9e4c34b385cb4b78017e6b39acdb8f87a5fc6cad /gnosis.el
parent6502273b69381ce6664bed096f956191193bdd15 (diff)
gnosis--prompt: Update docstring
Fix quotes
Diffstat (limited to 'gnosis.el')
-rw-r--r--gnosis.el4
1 files 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."