emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] [emacs] 01/01: Fix DocView slicing docs


From: Tassilo Horn
Subject: [Emacs-diffs] [emacs] 01/01: Fix DocView slicing docs
Date: Sun, 16 Nov 2014 08:46:03 +0000

tsdh pushed a commit to branch emacs-24
in repository emacs.

commit 202f4941dc13c82aea36258421351420a34b7133
Author: Tassilo Horn <address@hidden>
Date:   Sun Nov 16 09:39:01 2014 +0100

    Fix DocView slicing docs
    
    * doc/emacs/misc.texi (DocView Slicing): Describe how to slice with the
    mouse.  Fix command mentioned by slice by BoundingBox paragraph.
    (Bug#18040)
---
 doc/emacs/ChangeLog |    6 ++++++
 doc/emacs/misc.texi |    8 +++++---
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 8eb2083..84722b2 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,9 @@
+2014-11-16  Tassilo Horn  <address@hidden>
+
+       * misc.texi (DocView Slicing): Describe how to slice with the
+       mouse.  Fix command mentioned by slice by BoundingBox paragraph.
+       (Bug#18040)
+
 2014-11-09  Glenn Morris  <address@hidden>
 
        * Makefile.in (version): Remove variable.
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi
index 386fd6f..39b36cf 100644
--- a/doc/emacs/misc.texi
+++ b/doc/emacs/misc.texi
@@ -419,12 +419,14 @@ and the slice's width and height.
 
   A more convenient graphical way to specify the slice is with @kbd{s
 m} (@code{doc-view-set-slice-using-mouse}), where you use the mouse to
-select the slice.
address@hidden ??? How does this work?
+select the slice.  Simply press and hold the left mouse button at the
+upper-left corner of the region you want to have in the slice, then
+move the mouse pointer to the lower-right corner and release the
+button.
 
   The most convenient way is to set the optimal slice by using
 BoundingBox information automatically determined from the document by
-typing @kbd{s b} (@code{doc-view-set-slice-using-mouse}).
+typing @kbd{s b} (@code{doc-view-set-slice-from-bounding-box}).
 
 @findex doc-view-reset-slice
   To cancel the selected slice, type @kbd{s r}



reply via email to

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