Skip to content

Commit 60e8f0d

Browse files
committed
docs: Update eask--exit
1 parent 1d4dd9e commit 60e8f0d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/content/Development-API/_index.en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ Prevent Emacs from being killed and inhibit display error/warning messages.
947947
(error "Nothing happens!"))
948948
```
949949

950-
## 🔍 Function: eask--exit ()
950+
## 🔍 Function: eask--exit (&optional `exit-code` &rest `_`)
951951

952952
Send exit code.
953953

docs/content/Development-API/_index.zh-tw.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -937,11 +937,11 @@ cat /.log/messages.log
937937
(error "Nothing happens!"))
938938
```
939939

940-
## 🔍 函式: eask--exit ()
940+
## 🔍 函式: eask--exit (&optional `exit-code` &rest `_`)
941941

942-
Send exit code.
942+
傳送退出代碼。
943943

944-
This will kill Emacs process.
944+
這會結束 Emacs 程序。
945945

946946
# 🚩 文件
947947

0 commit comments

Comments
 (0)