emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116034: Small doc/ copyedits


From: Glenn Morris
Subject: [Emacs-diffs] trunk r116034: Small doc/ copyedits
Date: Wed, 15 Jan 2014 18:27:54 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116034
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2014-01-15 13:27:51 -0500
message:
  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.
modified:
  doc/emacs/ChangeLog            changelog-20091113204419-o5vbwnq5f7feedwu-6227
  doc/emacs/files.texi           files.texi-20091113204419-o5vbwnq5f7feedwu-6249
  doc/emacs/misc.texi            misc.texi-20091113204419-o5vbwnq5f7feedwu-6267
  doc/misc/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-6331
  doc/misc/Makefile.in           
makefile.in-20091113204419-o5vbwnq5f7feedwu-6287
  doc/misc/eww.texi              
docmisceww.texi-20140109232239-pttr8zbv7tu1waay-1
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2014-01-14 08:13:13 +0000
+++ b/doc/emacs/ChangeLog       2014-01-15 18:27:51 +0000
@@ -1,3 +1,8 @@
+2014-01-15  Glenn Morris  <address@hidden>
+
+       * files.texi (File Conveniences):
+       * misc.texi (EWW): Copyedits.
+
 2014-01-10  Glenn Morris  <address@hidden>
 
        * emacs.texi (Distrib): Add donate URL.  Add anchor.

=== modified file 'doc/emacs/files.texi'
--- a/doc/emacs/files.texi      2014-01-09 13:34:36 +0000
+++ b/doc/emacs/files.texi      2014-01-15 18:27:51 +0000
@@ -1977,11 +1977,11 @@
 (@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
address@hidden 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,
address@hidden -} (@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

=== modified file 'doc/emacs/misc.texi'
--- a/doc/emacs/misc.texi       2014-01-09 23:21:56 +0000
+++ b/doc/emacs/misc.texi       2014-01-15 18:27:51 +0000
@@ -446,10 +446,10 @@
 @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

=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2014-01-15 08:49:38 +0000
+++ b/doc/misc/ChangeLog        2014-01-15 18:27:51 +0000
@@ -1,3 +1,7 @@
+2014-01-15  Glenn Morris  <address@hidden>
+
+       * Makefile.in (eww_deps): Does not depend on emacsver.texi.
+
 2014-01-12  Michael Albinus  <address@hidden>
 
        * tramp.texi (all): Doc fix according to GNU Coding Standards.

=== modified file 'doc/misc/Makefile.in'
--- a/doc/misc/Makefile.in      2014-01-09 23:21:56 +0000
+++ b/doc/misc/Makefile.in      2014-01-15 18:27:51 +0000
@@ -410,7 +410,7 @@
 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)

=== modified file 'doc/misc/eww.texi'
--- a/doc/misc/eww.texi 2014-01-12 14:25:10 +0000
+++ b/doc/misc/eww.texi 2014-01-15 18:27:51 +0000
@@ -3,7 +3,6 @@
 @setfilename ../../info/eww
 @settitle Emacs Web Wowser
 @documentencoding UTF-8
address@hidden @include emacsver.texi
 @c %**end of header
 
 @copying


reply via email to

[Prev in Thread] Current Thread [Next in Thread]