Skip to content

Commit f704257

Browse files
authored
chore: docstring
1 parent 71cbe6f commit f704257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp/_prepare.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1942,7 +1942,7 @@ Argument ARGS are direct arguments for functions `eask-error' or `eask-warn'."
19421942
`((success . 0) ; Unused
19431943
(failure . 1) ; Catchall for general errors
19441944
(misuse . 2))
1945-
"Exit code specification.")
1945+
"The exit code specification.")
19461946

19471947
(defun eask-exit-code (key)
19481948
"Return the exit code by KEY symbol."

0 commit comments

Comments
 (0)