emacs-devel
[Top][All Lists]
Advanced

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

Re: query-replace-interactive not documented


From: Richard Stallman
Subject: Re: query-replace-interactive not documented
Date: Tue, 22 Jun 2004 19:17:05 -0400

    > I have a general idea now, but, what's the difference in meaning
    > between \#& and \&?  Between \#N and \N?

    \#& is short for (number-to-string \&).  There is no real difference
    between
    \,(\#&) and \,(\&) since the result is used with prin1-to-string, but
    \,(1+ \&) would throw an error.

Did you mean string-to-number?




reply via email to

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