diff options
author | Glenn Morris <rgm@gnu.org> | 2012-04-09 23:54:43 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-04-09 23:54:43 -0700 |
commit | 1c64e6ed6dd93b012659bc025e0d9329d92e9089 (patch) | |
tree | 3ae60b1869132a273ffd5504585f96b8f38ef1b2 /doc/emacs/macos.texi | |
parent | 20331c1c4096aa27bc3aeb91dd9bd0ea6f24d1ae (diff) | |
download | emacs-1c64e6ed6dd93b012659bc025e0d9329d92e9089.tar.gz |
In doc/emacs, use @file for buffers, per the Texinfo manual.
It renders the same as @samp, so there is no visible change in most cases.
Diffstat (limited to 'doc/emacs/macos.texi')
-rw-r--r-- | doc/emacs/macos.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/macos.texi b/doc/emacs/macos.texi index 10293fe7747..695f8f9c6c3 100644 --- a/doc/emacs/macos.texi +++ b/doc/emacs/macos.texi @@ -142,7 +142,7 @@ Emacs open a file. A typical reason for this would be a user double-clicking a file in the Finder application. By default, Emacs responds to this event by opening a new frame and visiting the file in that frame (@code{ns-find-file}). As an exception, if the selected -buffer is the @samp{*scratch*} buffer, Emacs visits the file in the +buffer is the @file{*scratch*} buffer, Emacs visits the file in the selected frame. You can change how Emacs responds to a @code{ns-open-file} event by |