Mercurial > emacs
changeset 50933:457e1ff9ea4a
(fancy-splash-default-action): Fix docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 09 May 2003 22:52:41 +0000 |
parents | 4becc854f9f6 |
children | 761667fb5a47 |
files | lisp/startup.el |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))