Next: , Previous: env, Up: Indicating


9.1.8 @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.