]> code.delx.au - gnu-emacs/commitdiff
(Finsert_startup_screen): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 5 Nov 2006 04:07:03 +0000 (04:07 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 5 Nov 2006 04:07:03 +0000 (04:07 +0000)
src/dosfns.c

index 22aaa62f0d143011a666e590c6ee86a12f2b2e79..92b90e530daa64083b1fbcbc08f0b153e1d618c1 100644 (file)
@@ -213,7 +213,7 @@ DEFUN ("msdos-mouse-disable", Fmsdos_mouse_disable, Smsdos_mouse_disable, 0, 0,
 }
 
 DEFUN ("insert-startup-screen", Finsert_startup_screen, Sinsert_startup_screen, 0, 0, "",
-       doc: /* Insert copy of screen contents prior to starting emacs.
+       doc: /* Insert copy of screen contents prior to starting Emacs.
 Return nil if startup screen is not available.  */)
      ()
 {