summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre A. Gomes <andremegafone@gmail.com>2024-01-14 17:05:07 +0200
committerAndre A. Gomes <andremegafone@gmail.com>2024-01-22 11:44:14 +0200
commit7d3eb510c85100e0aaa53f07839a33bb3f088f04 (patch)
tree602670f0074658b4a682c6f8f0038287217f4ac9
parent17f15710161ea39c0ace0b7171d392794697a555 (diff)
mode/process: Fix typo.
-rw-r--r--source/mode/process.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/mode/process.lisp b/source/mode/process.lisp
index 4d41e2529..ab49383c6 100644
--- a/source/mode/process.lisp
+++ b/source/mode/process.lisp
@@ -45,7 +45,7 @@ It's not necessarily the same as the current buffer's URL.")
:type (or boolean (function (quri:uri process-mode)))
:documentation "The condition for triggering `action'.
It's either a boolean (T to always fire, NIL to never fire) or a function of the
-URL and mode instance. When the functions returns :RETURN, the process is
+URL and mode instance. When the function returns :RETURN, the process is
stopped.")
(action
nil