(fancy-splash-insert): Fix typo in doc string.
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user