help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Toggle appointment notification


From: Drew Adams
Subject: RE: Toggle appointment notification
Date: Wed, 2 Dec 2020 07:25:42 -0800 (PST)

> As I read it, the format it is mainly for numerical and strings.
>   (format "%s" arbitrary-string)
> Although it mentions printed representation of the object
> I am sure users would be more interested is printing results
> of expressions.

`C-h f format'

It takes a formatting string and zero or more Lisp values.

The number of %-sequences in the formatting string correspond to the number of 
Lisp values.  Each Lisp value is handled, in turn, by one of the %-sequences.

`message' act similarly.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]