We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d4dd9e commit 60e8f0dCopy full SHA for 60e8f0d
docs/content/Development-API/_index.en.md
@@ -947,7 +947,7 @@ Prevent Emacs from being killed and inhibit display error/warning messages.
947
(error "Nothing happens!"))
948
```
949
950
-## 🔍 Function: eask--exit ()
+## 🔍 Function: eask--exit (&optional `exit-code` &rest `_`)
951
952
Send exit code.
953
docs/content/Development-API/_index.zh-tw.md
@@ -937,11 +937,11 @@ cat /.log/messages.log
937
938
939
940
-## 🔍 函式: eask--exit ()
+## 🔍 函式: eask--exit (&optional `exit-code` &rest `_`)
941
942
-Send exit code.
+傳送退出代碼。
943
944
-This will kill Emacs process.
+這會結束 Emacs 程序。
945
946
# 🚩 文件
0 commit comments