From: Reiner Steib Date: Mon, 9 May 2005 16:20:33 +0000 (+0000) Subject: (fancy-splash-insert): Fix typo in doc string. X-Git-Tag: ttn-vms-21-2-B4~425 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a8a64bf4c4c4abb0c91ec669ec353528b7dda519;p=emacs.git (fancy-splash-insert): Fix typo in doc string. --- 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)