emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r104887: * display.texi (Showing Imag


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104887: * display.texi (Showing Images): Mention the point of sliced images (bug bug#7836).
Date: Sat, 02 Jul 2011 23:38:19 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104887
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sat 2011-07-02 23:38:19 +0200
message:
  * display.texi (Showing Images): Mention the point of sliced images (bug 
bug#7836).
modified:
  doc/lispref/ChangeLog
  doc/lispref/display.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2011-07-02 17:18:16 +0000
+++ b/doc/lispref/ChangeLog     2011-07-02 21:38:19 +0000
@@ -1,3 +1,8 @@
+2011-07-02  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * display.texi (Showing Images): Mention the point of sliced
+       images (bug bug#7836).
+
 2011-07-02  Eli Zaretskii  <address@hidden>
 
        * variables.texi (Defining Variables, Void Variables)

=== modified file 'doc/lispref/display.texi'
--- a/doc/lispref/display.texi  2011-06-25 18:21:00 +0000
+++ b/doc/lispref/display.texi  2011-07-02 21:38:19 +0000
@@ -4700,10 +4700,17 @@
 Property}.
 @end defun
 
address@hidden slice, image
address@hidden image slice
 @defun insert-sliced-image image &optional string area rows cols
 This function inserts @var{image} in the current buffer at point, like
 @code{insert-image}, but splits the image into @address@hidden
 equally sized slices.
+
+If an image is inserted ``sliced'', then the Emacs display engine will
+treat each slice as a separate image, and allow more intuitive
+scrolling up/down, instead of jumping up/down the entire image when
+paging through a buffer that displays (large) images.
 @end defun
 
 @defun put-image image pos &optional string area


reply via email to

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