]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/display.texi (Image Descriptors): Fix typo. (Bug#8495)
authorGlenn Morris <rgm@gnu.org>
Thu, 12 May 2011 07:27:35 +0000 (00:27 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 12 May 2011 07:27:35 +0000 (00:27 -0700)
doc/lispref/ChangeLog
doc/lispref/display.texi

index 3a66cebce2a063e14fad923dfc8c27f8e6ae6983..b23b9978d761271a579d8cc36bcb239b2df852a4 100644 (file)
@@ -1,3 +1,7 @@
+2011-05-12  Glenn Morris  <rgm@gnu.org>
+
+       * display.texi (Image Descriptors): Fix typo.  (Bug#8495)
+
 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * modes.texi (Region to Refontify): Rename from "Region to Fontify".
index 80a035aa346cb8851557e2fdcc5e599867e75d73..130f097a85f015e4074bedf2b5333c6f76296cfd 100644 (file)
@@ -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