From 630395d1f6dbf538b8739899d15333712bbe6d10 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 15 Jan 2014 13:27:51 -0500 Subject: [PATCH] Small doc/ copyedits * doc/emacs/files.texi (File Conveniences): * doc/emacs/misc.texi (EWW): Copyedits. * doc/misc/Makefile.in (eww_deps): Does not depend on emacsver.texi. * doc/misc/eww.texi: Comment. --- doc/emacs/ChangeLog | 5 +++++ doc/emacs/files.texi | 10 +++++----- doc/emacs/misc.texi | 8 ++++---- doc/misc/ChangeLog | 4 ++++ doc/misc/Makefile.in | 2 +- doc/misc/eww.texi | 1 - 6 files changed, 19 insertions(+), 11 deletions(-) diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 8e4a3fae880..124ecaea9e7 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,8 @@ +2014-01-15 Glenn Morris + + * files.texi (File Conveniences): + * misc.texi (EWW): Copyedits. + 2014-01-10 Glenn Morris * emacs.texi (Distrib): Add donate URL. Add anchor. diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index 449ad9f2aa1..1b6211a1ee1 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi @@ -1977,11 +1977,11 @@ non-@code{nil}. With @kbd{f} (@code{image-next-frame}) and @kbd{b} (@code{image-previous-frame}) you can step through the individual frames. Both commands accept a numeric prefix to step through several frames at once. You can go to a specific frame with @kbd{F} -(@code{image-goto-frame}). The speed of the animation can be -increased by pressing @kbd{a +} (@code{image-increase-speed}) and -decreased by pressing @kbd{a -} (@code{image-decrease-speed}). With -@kbd{a r} (@code{image-reverse-speed}) the speed is reversed. You can -reset the speed with @kbd{a 0} (@code{image-reset-speed}). +(@code{image-goto-frame}). Typing @kbd{a +} +(@code{image-increase-speed}) increases the speed of the animation, +@kbd{a -} (@code{image-decrease-speed}) decreases it, and @kbd{a r} +(@code{image-reverse-speed}) reverses it. The command @kbd{a 0} +(@code{image-reset-speed}) resets the speed to the original value. @cindex ImageMagick support @vindex imagemagick-enabled-types diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index aed854e1a3f..b5e8ace7e1e 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi @@ -446,10 +446,10 @@ the DocView buffer. @findex eww-open-file @dfn{EWW}, the Emacs Web Wowser, is a web browser package for Emacs. It allows browsing URLs within an Emacs buffer. The command @kbd{M-x -eww} can be used to open a URL or search the web. A file can be -opened using the command @kbd{M-x eww-open-file}. EWW can be used as -web browser for @code{browse-url}, see @ref{Browse-URL}. For full -details, see @ref{Top, EWW,, eww, The Emacs Web Wowser Manual}. +eww} will open a URL or search the web. You can open a file +using the command @kbd{M-x eww-open-file}. You can use EWW as the +web browser for @code{browse-url}, @pxref{Browse-URL}. For full +details, @pxref{Top, EWW,, eww, The Emacs Web Wowser Manual}. @node Shell @section Running Shell Commands from Emacs diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index e7aa03f5ef6..0b5904ba3ac 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,7 @@ +2014-01-15 Glenn Morris + + * Makefile.in (eww_deps): Does not depend on emacsver.texi. + 2014-01-12 Michael Albinus * tramp.texi (all): Doc fix according to GNU Coding Standards. diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in index b3318ddd183..e5f56be5016 100644 --- a/doc/misc/Makefile.in +++ b/doc/misc/Makefile.in @@ -410,7 +410,7 @@ eudc.pdf: $(eudc_deps) eudc.html: $(eudc_deps) $(MAKEINFO) $(MAKEINFO_OPTS) $(HTML_OPTS) -o $@ ${srcdir}/eudc.texi -eww_deps = ${srcdir}/eww.texi $(emacsdir)/emacsver.texi ${gfdl} +eww_deps = ${srcdir}/eww.texi ${gfdl} eww : $(buildinfodir)/eww$(INFO_EXT) $(buildinfodir)/eww$(INFO_EXT): $(eww_deps) $(mkinfodir) diff --git a/doc/misc/eww.texi b/doc/misc/eww.texi index 6fc344d8465..38bec5a4c8b 100644 --- a/doc/misc/eww.texi +++ b/doc/misc/eww.texi @@ -3,7 +3,6 @@ @setfilename ../../info/eww @settitle Emacs Web Wowser @documentencoding UTF-8 -@c @include emacsver.texi @c %**end of header @copying -- 2.39.2