Mercurial > emacs
changeset 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 | 9cc9e1a419cf |
children | d2a970fd4273 |
files | src/dosfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dosfns.c Sat Nov 04 19:09:13 2006 +0000 +++ b/src/dosfns.c Sun Nov 05 04:07:03 2006 +0000 @@ -213,7 +213,7 @@ } 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. */) () {