aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXue Fuqiao2013-10-27 12:40:16 +0800
committerXue Fuqiao2013-10-27 12:40:16 +0800
commit3c640e29b82ea656a982686d0a3da718a2d80261 (patch)
tree2d2e9117e762b49a7d11b48ec64fd4a056070894
parentfdab3d0b44d428a13e85b90c022105d13f965ddf (diff)
downloademacs-3c640e29b82ea656a982686d0a3da718a2d80261.tar.gz
emacs-3c640e29b82ea656a982686d0a3da718a2d80261.zip
Add an index for edge-detection algorithms.
* doc/lispref/display.texi (Image Descriptors): Add an index for edge-detection algorithms.
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/display.texi2
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 65106dc272f..768a82a6550 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,7 @@
12013-10-27 Xue Fuqiao <xfq.free@gmail.com>
2
3 * display.texi (Image Descriptors): Add an index for edge-detection algorithms.
4
12013-10-26 Xue Fuqiao <xfq.free@gmail.com> 52013-10-26 Xue Fuqiao <xfq.free@gmail.com>
2 6
3 * display.texi (Fringe Indicators): Add indexes for fringe indicators. 7 * display.texi (Fringe Indicators): Add indexes for fringe indicators.
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 62c36815457..3b64d54bbfa 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -4132,6 +4132,7 @@ Here are the possibilities for @var{height}:
4132 4132
4133@table @asis 4133@table @asis
4134@item @code{(+ @var{n})} 4134@item @code{(+ @var{n})}
4135@c FIXME: Add an index for "step"? --xfq
4135This means to use a font that is @var{n} steps larger. A ``step'' is 4136This means to use a font that is @var{n} steps larger. A ``step'' is
4136defined by the set of available fonts---specifically, those that match 4137defined by the set of available fonts---specifically, those that match
4137what was otherwise specified for this text, in all attributes except 4138what was otherwise specified for this text, in all attributes except
@@ -4412,6 +4413,7 @@ sometimes consider this useful for displaying the image for a
4412``disabled'' button. 4413``disabled'' button.
4413 4414
4414@item (edge-detection :matrix @var{matrix} :color-adjust @var{adjust}) 4415@item (edge-detection :matrix @var{matrix} :color-adjust @var{adjust})
4416@cindex edge detection, images
4415Specifies a general edge-detection algorithm. @var{matrix} must be 4417Specifies a general edge-detection algorithm. @var{matrix} must be
4416either a nine-element list or a nine-element vector of numbers. A pixel 4418either a nine-element list or a nine-element vector of numbers. A pixel
4417at position @math{x/y} in the transformed image is computed from 4419at position @math{x/y} in the transformed image is computed from