aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2011-05-12 00:27:35 -0700
committerGlenn Morris <[email protected]>2011-05-12 00:27:35 -0700
commite2c94218141ca8bb06c57654d341b33412d3caa9 (patch)
tree998d1b4223500f1dc781053eb5fab57fe7b24b60 /doc
parent4f8c52a91bbb445dc828563ce14e7bde59f07f15 (diff)
* doc/lispref/display.texi (Image Descriptors): Fix typo. (Bug#8495)
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/display.texi4
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 3a66cebce2..b23b9978d7 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,7 @@
+2011-05-12 Glenn Morris <[email protected]>
+
+ * display.texi (Image Descriptors): Fix typo. (Bug#8495)
+
2011-05-12 Stefan Monnier <[email protected]>
* modes.texi (Region to Refontify): Rename from "Region to Fontify".
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 80a035aa34..130f097a85 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -4213,14 +4213,14 @@ Laplace edge-detection currently uses a matrix of
@tex
$$\pmatrix{1 & 0 & 0 \cr
0& 0 & 0 \cr
- 9 & 9 & -1 \cr}$$
+ 0 & 0 & -1 \cr}$$
@end tex
@end iftex
@ifnottex
@display
(1 0 0
0 0 0
- 9 9 -1)
+ 0 0 -1)
@end display
@end ifnottex