(fancy-splash-insert): Fix typo in doc string.
This commit is contained in:
parent
786401049f
commit
a8a64bf4c4
2 changed files with 5 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue