comparison src/dosfns.c @ 73685:f25200449e7b

(Finsert_startup_screen): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 05 Nov 2006 04:07:03 +0000
parents 3bd95f4f2941
children 3d45362f1d38 02cf29720f31
comparison
equal deleted inserted replaced
73684:9cc9e1a419cf 73685:f25200449e7b
211 if (have_mouse) have_mouse = -1; 211 if (have_mouse) have_mouse = -1;
212 return Qnil; 212 return Qnil;
213 } 213 }
214 214
215 DEFUN ("insert-startup-screen", Finsert_startup_screen, Sinsert_startup_screen, 0, 0, "", 215 DEFUN ("insert-startup-screen", Finsert_startup_screen, Sinsert_startup_screen, 0, 0, "",
216 doc: /* Insert copy of screen contents prior to starting emacs. 216 doc: /* Insert copy of screen contents prior to starting Emacs.
217 Return nil if startup screen is not available. */) 217 Return nil if startup screen is not available. */)
218 () 218 ()
219 { 219 {
220 char *s; 220 char *s;
221 int rows, cols, i, j; 221 int rows, cols, i, j;