]> git.eshelyaron.com Git - emacs.git/commitdiff
(fancy-splash-insert): Fix typo in doc string.
authorReiner Steib <Reiner.Steib@gmx.de>
Mon, 9 May 2005 16:20:33 +0000 (16:20 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Mon, 9 May 2005 16:20:33 +0000 (16:20 +0000)
lisp/ChangeLog
lisp/startup.el

index 6e688453c28f09f74a02951ffb3b5508fcac5a6c..621d1ae9c1d98e96b5392af26b16547c6f36e256 100644 (file)
@@ -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):
index e3d0232b9ce017bdb1e1e2104161d12fbb7d9823..c9f8d5e26e7747104eacc2b5bb396046569e3b5e 100644 (file)
@@ -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)