aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2003-05-09 22:52:41 +0000
committerJuanma Barranquero2003-05-09 22:52:41 +0000
commit732950b1d66a1a1e5ab9df50951cba684fd38893 (patch)
tree8a0b13caa1de4e1612073b066944446f4083b180
parent95754b9f0f21b64e83ea21f8efb9174b25cb1182 (diff)
downloademacs-732950b1d66a1a1e5ab9df50951cba684fd38893.tar.gz
emacs-732950b1d66a1a1e5ab9df50951cba684fd38893.zip
(fancy-splash-default-action): Fix docstring.
-rw-r--r--lisp/startup.el5
1 files changed, 4 insertions, 1 deletions
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
1274 1274
1275 1275
1276(defun fancy-splash-default-action () 1276(defun fancy-splash-default-action ()
1277 "Default action for events in the splash screen buffer." 1277 "Stop displaying the splash screen buffer.
1278This is an internal function used to turn off the splash screen after
1279the user caused an input event by hitting a key or clicking with the
1280mouse."
1278 (interactive) 1281 (interactive)
1279 (push last-command-event unread-command-events) 1282 (push last-command-event unread-command-events)
1280 (throw 'exit nil)) 1283 (throw 'exit nil))