emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#31725: closed (Mysterious file in lispref manual's


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#31725: closed (Mysterious file in lispref manual's example(emacs-26.1))
Date: Tue, 05 Jun 2018 16:10:02 +0000

Your message dated Tue, 05 Jun 2018 19:09:02 +0300
with message-id <address@hidden>
and subject line Re: bug#31725: Mysterious file in lispref manual's 
example(emacs-26.1)
has caused the debbugs.gnu.org bug report #31725,
regarding Mysterious file in lispref manual's example(emacs-26.1)
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
31725: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31725
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Mysterious file in lispref manual's example(emacs-26.1) Date: Wed, 6 Jun 2018 00:37:28 +0900
Hi, Emacs developers.

In doc/lispref/files.texi: 1671-1674, example says about "foo1".

>>> start here
@group
(add-name-to-file "foo1" "foo3")
    address@hidden nil
@end group
<<< end here

 But I could not find meaning of this file in this example's context.

Is this @group-block necessary? 

Thanks.

ayatakesi <address@hidden>

--- End Message ---
--- Begin Message --- Subject: Re: bug#31725: Mysterious file in lispref manual's example(emacs-26.1) Date: Tue, 05 Jun 2018 19:09:02 +0300
> From: Takesi Ayanokoji <address@hidden>
> Date: Wed, 6 Jun 2018 00:37:28 +0900
> 
> In doc/lispref/files.texi: 1671-1674, example says about "foo1".
> 
> >>> start here
> @group
> (add-name-to-file "foo1" "foo3")
>      @result{} nil
> @end group
> <<< end here
> 
>  But I could not find meaning of this file in this example's context.

It's just a file name.  It has no meaning beyond that.  the example
shows how to create a hard link to a file.

> Is this @group-block necessary? 

It prevents a multi-line example from being split between pages, see
the Texinfo manual for the details of @group.

Thanks.


--- End Message ---

reply via email to

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