We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71cbe6f commit f704257Copy full SHA for f704257
lisp/_prepare.el
@@ -1942,7 +1942,7 @@ Argument ARGS are direct arguments for functions `eask-error' or `eask-warn'."
1942
`((success . 0) ; Unused
1943
(failure . 1) ; Catchall for general errors
1944
(misuse . 2))
1945
- "Exit code specification.")
+ "The exit code specification.")
1946
1947
(defun eask-exit-code (key)
1948
"Return the exit code by KEY symbol."
0 commit comments