emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ChangeLog image.el


From: Juanma Barranquero
Subject: [Emacs-diffs] emacs/lisp ChangeLog image.el
Date: Tue, 24 Feb 2009 10:29:01 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      09/02/24 10:29:00

Modified files:
        lisp           : ChangeLog image.el 

Log message:
        * image.el (image-load-path-for-library, insert-sliced-image):
          Fix typos in docstrings.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15388&r2=1.15389
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/image.el?cvsroot=emacs&r1=1.86&r2=1.87

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15388
retrieving revision 1.15389
diff -u -b -r1.15388 -r1.15389
--- ChangeLog   24 Feb 2009 04:44:19 -0000      1.15388
+++ ChangeLog   24 Feb 2009 10:28:57 -0000      1.15389
@@ -1,3 +1,8 @@
+2009-02-24  Juanma Barranquero  <address@hidden>
+
+       * image.el (image-load-path-for-library, insert-sliced-image):
+       Fix typos in docstrings.
+
 2009-02-24  Glenn Morris  <address@hidden>
 
        * textmodes/flyspell.el (flyspell-use-meta-tab): Add a custom
@@ -32,7 +37,7 @@
 2009-02-23  Geoff Gole  <address@hidden>  (tiny change)
 
        * ibuffer.el (ibuffer-redisplay-engine): Avoid "Mark set" message
-       clobbering useful message from `ibuffer-toggle-sorting-mode'. (Bug#2439)
+       clobbering useful message from `ibuffer-toggle-sorting-mode' (Bug#2439).
 
 2009-02-23  Miles Bader  <address@hidden>
 

Index: image.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/image.el,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -b -r1.86 -r1.87
--- image.el    5 Jan 2009 03:19:23 -0000       1.86
+++ image.el    24 Feb 2009 10:29:00 -0000      1.87
@@ -455,7 +455,7 @@
 display it in the text area, a value of `left-margin' means
 display it in the left marginal area, a value of `right-margin'
 means display it in the right marginal area.
-The image is automatically split into ROW x COLS slices."
+The image is automatically split into ROWS x COLS slices."
   (unless string (setq string " "))
   (unless (eq (car-safe image) 'image)
     (error "Not an image: %s" image))




reply via email to

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