# HG changeset patch # User Juanma Barranquero # Date 1052520761 0 # Node ID 457e1ff9ea4a2597de54f5553efa48d95d7929c2 # Parent 4becc854f9f6a559b350982e291dfed7cae6ab01 (fancy-splash-default-action): Fix docstring. diff -r 4becc854f9f6 -r 457e1ff9ea4a lisp/startup.el --- a/lisp/startup.el Fri May 09 22:51:21 2003 +0000 +++ b/lisp/startup.el Fri May 09 22:52:41 2003 +0000 @@ -1274,7 +1274,10 @@ (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))