@file
{file-name}
ファイル,バッファ,またはディレクトリ名や,Infoでのノード名となるテキス
トを示すため,@file
コマンドを使用してください.また,ファイル名
の接尾子にも使用可能です.プログラム言語のシンボルに対し@file
を
使用しないでください.@code
を使用してください.
現在,@file
の効果は@samp
と同じです.例えば以下のようにし
ます.
The @file{.el} files are in the @file{/usr/local/emacs/lisp} directory.
以下を生成します.
The .el files are in the /usr/local/emacs/lisp directory.