]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fkill_emacs): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 2 Nov 2006 16:15:28 +0000 (16:15 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 2 Nov 2006 16:15:28 +0000 (16:15 +0000)
src/ChangeLog
src/emacs.c

index ad87bbc9dad7e733e589fe99149c14e16bd5de37..01d3a9430d19d56f8944b454c377ccff151ae828 100644 (file)
@@ -1,3 +1,7 @@
+2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
+
+       * emacs.c (Fkill_emacs): Fix typo in docstring.
+
 2006-11-02  Nozomu Ando  <nand@mac.com>
 
        * unexmacosx.c (mach_header, segment_command, vm_region, section)
index af6b00bf2444f392f01d8048857d885128832488..1377a3d6b3736c1e6cf136a146c371bf7b34f357 100644 (file)
@@ -2051,7 +2051,7 @@ sort_args (argc, argv)
 DEFUN ("kill-emacs", Fkill_emacs, Skill_emacs, 0, 1, "P",
        doc: /* Exit the Emacs job and kill it.
 If ARG is an integer, return ARG as the exit program code.
-If ARG is a  string, stuff it as keyboard input.
+If ARG is a string, stuff it as keyboard input.
 
 The value of `kill-emacs-hook', if not void,
 is a list of functions (of no args),