aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReiner Steib <[email protected]>2005-05-09 16:20:33 +0000
committerReiner Steib <[email protected]>2005-05-09 16:20:33 +0000
commita8a64bf4c4c4abb0c91ec669ec353528b7dda519 (patch)
treee3ca17456f23db8bf51d07556045b687fa4dff8b
parent786401049ff46b08442a7a9f9ba2b7360433dd7a (diff)
(fancy-splash-insert): Fix typo in doc string.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/startup.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6e688453c2..621d1ae9c1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-09 Reiner Steib <[email protected]>
+
+ * startup.el (fancy-splash-insert): Fix typo in doc string.
+
2005-05-09 Juanma Barranquero <[email protected]>
* obsolete/float.el (string-to-float):
diff --git a/lisp/startup.el b/lisp/startup.el
index e3d0232b9c..c9f8d5e26e 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)