From a8a64bf4c4c4abb0c91ec669ec353528b7dda519 Mon Sep 17 00:00:00 2001 From: Reiner Steib Date: Mon, 9 May 2005 16:20:33 +0000 Subject: [PATCH] (fancy-splash-insert): Fix typo in doc string. --- lisp/ChangeLog | 4 ++++ lisp/startup.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6e688453c28..621d1ae9c1d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-05-09 Reiner Steib + + * startup.el (fancy-splash-insert): Fix typo in doc string. + 2005-05-09 Juanma Barranquero * obsolete/float.el (string-to-float): diff --git a/lisp/startup.el b/lisp/startup.el index e3d0232b9ce..c9f8d5e26e7 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -1108,7 +1108,7 @@ Values less than twice `fancy-splash-delay' are ignored." Arguments from ARGS should be either strings, functions called with no args that return a string, or pairs `:face FACE', where FACE is a valid face specification, as it can be used with -`put-text-properties'." +`put-text-property'." (let ((current-face nil)) (while args (if (eq (car args) :face) -- 2.39.2