From: Juanma Barranquero Date: Tue, 24 Feb 2009 10:28:57 +0000 (+0000) Subject: * image.el (image-load-path-for-library, insert-sliced-image): X-Git-Tag: emacs-pretest-23.0.91~34 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=68ba6c495685f6143a51982e9b075e856c2208a5;p=emacs.git * image.el (image-load-path-for-library, insert-sliced-image): Fix typos in docstrings. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fad9ebecc17..acc29afb0e1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2009-02-24 Juanma Barranquero + + * image.el (image-load-path-for-library, insert-sliced-image): + Fix typos in docstrings. + 2009-02-24 Glenn Morris * textmodes/flyspell.el (flyspell-use-meta-tab): Add a custom @@ -32,7 +37,7 @@ 2009-02-23 Geoff Gole (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 diff --git a/lisp/image.el b/lisp/image.el index 8452607ca2d..076a969a363 100644 --- a/lisp/image.el +++ b/lisp/image.el @@ -123,11 +123,11 @@ in \"`data-directory'/images\". Then this function returns a list of directories which contains first the directory in which IMAGE was found, followed by the -value of `load-path'. If PATH is given, it is used instead of +value of `load-path'. If PATH is given, it is used instead of `load-path'. If NO-ERROR is non-nil and a suitable path can't be found, don't -signal an error. Instead, return a list of directories as before, +signal an error. Instead, return a list of directories as before, except that nil appears in place of the image directory. Here is an example that uses a common idiom to provide @@ -455,7 +455,7 @@ AREA is where to display the image. AREA nil or omitted means 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))