]> code.delx.au - gnu-emacs/commitdiff
Small doc/ copyedits
authorGlenn Morris <rgm@gnu.org>
Wed, 15 Jan 2014 18:27:51 +0000 (13:27 -0500)
committerGlenn Morris <rgm@gnu.org>
Wed, 15 Jan 2014 18:27:51 +0000 (13:27 -0500)
* 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
doc/emacs/files.texi
doc/emacs/misc.texi
doc/misc/ChangeLog
doc/misc/Makefile.in
doc/misc/eww.texi

index 8e4a3fae880fa76878ce0f597a36d2a32ef493c8..124ecaea9e7d74760594abebc2da19f20d92fc85 100644 (file)
@@ -1,3 +1,8 @@
+2014-01-15  Glenn Morris  <rgm@gnu.org>
+
+       * files.texi (File Conveniences):
+       * misc.texi (EWW): Copyedits.
+
 2014-01-10  Glenn Morris  <rgm@gnu.org>
 
        * emacs.texi (Distrib): Add donate URL.  Add anchor.
index 449ad9f2aa16e69f3477aced5b43ad8b4446b9c0..1b6211a1ee1a5db5eae4c45ab3fa91086052170c 100644 (file)
@@ -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
index aed854e1a3f937719defa5446d646e508d6ea501..b5e8ace7e1e28c424661873890310b9586c9b1f7 100644 (file)
@@ -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
index e7aa03f5ef64d8a369c490e9b6d11a265f1acce9..0b5904ba3ac58f07d81166b0489b6f1d4a277e80 100644 (file)
@@ -1,3 +1,7 @@
+2014-01-15  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (eww_deps): Does not depend on emacsver.texi.
+
 2014-01-12  Michael Albinus  <michael.albinus@gmx.de>
 
        * tramp.texi (all): Doc fix according to GNU Coding Standards.
index b3318ddd18376ee38b1cdaf1465c08663e4caa3d..e5f56be501629282fde14a02bceac206a7022536 100644 (file)
@@ -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)
index 6fc344d84650e11c7b3d2ada11cb0f1a13792b26..38bec5a4c8bdd2aac0fbacdf33dc9f5d53e64f9c 100644 (file)
@@ -3,7 +3,6 @@
 @setfilename ../../info/eww
 @settitle Emacs Web Wowser
 @documentencoding UTF-8
-@c @include emacsver.texi
 @c %**end of header
 
 @copying