aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2006-11-02 16:15:28 +0000
committerJuanma Barranquero2006-11-02 16:15:28 +0000
commitb224de9ba98f427cd99ffdad90622a3d905a8545 (patch)
treed01793dfb5c91959dbf82c30959a7dac151daa28 /src
parent4418616bf3bc230a55a11b7557e1118d750e0a72 (diff)
downloademacs-b224de9ba98f427cd99ffdad90622a3d905a8545.tar.gz
emacs-b224de9ba98f427cd99ffdad90622a3d905a8545.zip
(Fkill_emacs): Fix typo in docstring.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/emacs.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ad87bbc9dad..01d3a9430d1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12006-11-02 Juanma Barranquero <lekktu@gmail.com>
2
3 * emacs.c (Fkill_emacs): Fix typo in docstring.
4
12006-11-02 Nozomu Ando <nand@mac.com> 52006-11-02 Nozomu Ando <nand@mac.com>
2 6
3 * unexmacosx.c (mach_header, segment_command, vm_region, section) 7 * unexmacosx.c (mach_header, segment_command, vm_region, section)
diff --git a/src/emacs.c b/src/emacs.c
index af6b00bf244..1377a3d6b37 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -2051,7 +2051,7 @@ sort_args (argc, argv)
2051DEFUN ("kill-emacs", Fkill_emacs, Skill_emacs, 0, 1, "P", 2051DEFUN ("kill-emacs", Fkill_emacs, Skill_emacs, 0, 1, "P",
2052 doc: /* Exit the Emacs job and kill it. 2052 doc: /* Exit the Emacs job and kill it.
2053If ARG is an integer, return ARG as the exit program code. 2053If ARG is an integer, return ARG as the exit program code.
2054If ARG is a string, stuff it as keyboard input. 2054If ARG is a string, stuff it as keyboard input.
2055 2055
2056The value of `kill-emacs-hook', if not void, 2056The value of `kill-emacs-hook', if not void,
2057is a list of functions (of no args), 2057is a list of functions (of no args),