diff options
author | Glenn Morris <rgm@gnu.org> | 2014-03-12 16:52:34 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-03-12 16:52:34 -0400 |
commit | d29fbf47e4b1ea635f96bada13645675a0c0506b (patch) | |
tree | df2f7f135512e10a96252f8da61065adea3a4aa2 /doc/misc/eww.texi | |
parent | 991f63c0f49388023045b7ce471a085fd320ca4e (diff) | |
download | emacs-d29fbf47e4b1ea635f96bada13645675a0c0506b.tar.gz emacs-d29fbf47e4b1ea635f96bada13645675a0c0506b.tar.bz2 emacs-d29fbf47e4b1ea635f96bada13645675a0c0506b.zip |
Use @file for buffers, per the Texinfo manual
* doc/misc/ada-mode.texi, doc/misc/auth.texi, doc/misc/calc.texi:
* doc/misc/ebrowse.texi, doc/misc/efaq.texi, doc/misc/emacs-gnutls.texi:
* doc/misc/epa.texi, doc/misc/ert.texi, doc/misc/eshell.texi:
* doc/misc/eww.texi, doc/misc/flymake.texi, doc/misc/gnus.texi:
* doc/misc/info.texi, doc/misc/message.texi, doc/misc/mh-e.texi:
* doc/misc/newsticker.texi, doc/misc/pcl-cvs.texi, doc/misc/rcirc.texi:
* doc/misc/sem-user.texi, doc/misc/smtpmail.texi, doc/misc/url.texi:
* doc/misc/viper.texi, doc/misc/wisent.texi, doc/misc/woman.texi:
Use @file for buffers, per the Texinfo manual.
Diffstat (limited to 'doc/misc/eww.texi')
-rw-r--r-- | doc/misc/eww.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/misc/eww.texi b/doc/misc/eww.texi index 38bec5a4c8b..ebccb055c62 100644 --- a/doc/misc/eww.texi +++ b/doc/misc/eww.texi @@ -91,7 +91,7 @@ either prefix the file name with @code{file://} or use the command @kindex q @kindex w @kindex g - If loading the URL was successful the buffer @code{*eww*} is opened + If loading the URL was successful the buffer @file{*eww*} is opened and the web page is rendered in it. You can leave EWW by pressing @kbd{q} or exit the browser by calling @kbd{eww-quit}. To reload the web page hit @kbd{g} (@code{eww-reload}). Pressing @kbd{w} @@ -117,7 +117,7 @@ forth between them. By pressing @kbd{l} (@code{eww-back-url}) you go to the previous URL. You can go forward again with @kbd{r} (@code{eww-forward-url}). If you want an overview of your browsing history press @kbd{H} (@code{eww-list-histories}) to open the history -buffer @code{*eww history*}. The history is lost when EWW is quit. +buffer @file{*eww history*}. The history is lost when EWW is quit. If you want to remember websites you can use bookmarks. @findex eww-add-bookmark @@ -129,7 +129,7 @@ If you want to remember websites you can use bookmarks. (@code{eww-add-bookmark}) to store a bookmark for the current website. You can view stored bookmarks with @kbd{B} (@code{eww-list-bookmarks}). This will open the bookmark buffer -@code{*eww bookmarks*}. +@file{*eww bookmarks*}. @findex eww-browse-with-external-browser @vindex shr-external-browser @@ -156,7 +156,7 @@ browser by customizing @cindex Viewing Source You can view the source of a website with @kbd{v} (@code{eww-view-source}). This will open a new buffer -@code{*eww-source*} and insert the source. The buffer will be set to +@file{*eww-source*} and insert the source. The buffer will be set to @code{html-mode} if available. @findex url-cookie-list |