From: Juanma Barranquero Date: Fri, 9 May 2003 22:52:41 +0000 (+0000) Subject: (fancy-splash-default-action): Fix docstring. X-Git-Tag: ttn-vms-21-2-B4~10216 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=732950b1d66a1a1e5ab9df50951cba684fd38893;p=emacs.git (fancy-splash-default-action): Fix docstring. --- diff --git a/lisp/startup.el b/lisp/startup.el index bddbeeda45b..8b5361739f8 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -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))