diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index 17c56986083..777ade9d825 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -2947,7 +2947,9 @@ sort_args (int argc, char **argv) | |||
| 2947 | DEFUN ("kill-emacs", Fkill_emacs, Skill_emacs, 0, 2, "P", | 2947 | DEFUN ("kill-emacs", Fkill_emacs, Skill_emacs, 0, 2, "P", |
| 2948 | doc: /* Exit the Emacs job and kill it. | 2948 | doc: /* Exit the Emacs job and kill it. |
| 2949 | If ARG is an integer, return ARG as the exit program code. | 2949 | If ARG is an integer, return ARG as the exit program code. |
| 2950 | If ARG is a string, stuff it as keyboard input. | 2950 | If ARG is a string, stuff it as keyboard input. (This might |
| 2951 | not work on modern systems due to security considerations, or | ||
| 2952 | not at all.) | ||
| 2951 | Any other value of ARG, or ARG omitted, means return an | 2953 | Any other value of ARG, or ARG omitted, means return an |
| 2952 | exit code that indicates successful program termination. | 2954 | exit code that indicates successful program termination. |
| 2953 | 2955 | ||