diff options
author | Thanos Apollo <[email protected]> | 2024-01-17 03:31:00 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-01-18 03:46:42 +0200 |
commit | dffc25ca6244d9260f5ca379e728e4eeb0771ed7 (patch) | |
tree | 9e4c34b385cb4b78017e6b39acdb8f87a5fc6cad | |
parent | 6502273b69381ce6664bed096f956191193bdd15 (diff) |
gnosis--prompt: Update docstring
Fix quotes
-rw-r--r-- | gnosis.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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." |