changeset 62198:525da4fa7a18

(fancy-splash-insert): Fix typo in doc string.
author Reiner Steib <Reiner.Steib@gmx.de>
date Mon, 09 May 2005 16:20:33 +0000
parents e9ea15938e98
children 0809990ce44d
files lisp/ChangeLog lisp/startup.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon May 09 08:47:56 2005 +0000
+++ b/lisp/ChangeLog	Mon May 09 16:20:33 2005 +0000
@@ -1,3 +1,7 @@
+2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
+
+	* startup.el (fancy-splash-insert): Fix typo in doc string.
+
 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
 
 	* obsolete/float.el (string-to-float):
--- a/lisp/startup.el	Mon May 09 08:47:56 2005 +0000
+++ b/lisp/startup.el	Mon May 09 16:20:33 2005 +0000
@@ -1108,7 +1108,7 @@
 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)