]> code.delx.au - gnu-emacs/commitdiff
(fancy-splash-default-action): Fix docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 9 May 2003 22:52:41 +0000 (22:52 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 9 May 2003 22:52:41 +0000 (22:52 +0000)
lisp/startup.el

index bddbeeda45b2276621a0e6888046b70fb7af3a95..8b5361739f8b87227c7d0b2f500837a43cc5ab16 100644 (file)
@@ -1274,7 +1274,10 @@ where FACE is a valid face specification, as it can be used with
 
 
 (defun fancy-splash-default-action ()
-  "Default action for events in the splash screen buffer."
+  "Stop displaying the splash screen buffer.
+This is an internal function used to turn off the splash screen after
+the user caused an input event by hitting a key or clicking with the
+mouse."
   (interactive)
   (push last-command-event unread-command-events)
   (throw 'exit nil))