# HG changeset patch # User Juanma Barranquero # Date 1118072671 0 # Node ID 2d7151e2c3eed662bd422fadb4692cd105ab07dc # Parent 3127d26a19e6055fc6524f7c5f1ce8f8821a417d (thumbs-thumbsdir-max-size, thumbs-image-resizing-step, thumbs-thumbsdir-auto-clean): Fix typos in docstrings. diff -r 3127d26a19e6 -r 2d7151e2c3ee lisp/thumbs.el --- a/lisp/thumbs.el Mon Jun 06 15:22:33 2005 +0000 +++ b/lisp/thumbs.el Mon Jun 06 15:44:31 2005 +0000 @@ -83,7 +83,7 @@ (defcustom thumbs-thumbsdir-max-size 50000000 "Max size for thumbnails directory. -When it reachs that size (in bytes), a warning is sent." +When it reaches that size (in bytes), a warning is sent." :type 'string :group 'thumbs) @@ -117,12 +117,12 @@ (defcustom thumbs-thumbsdir-auto-clean t "If set, delete older file in the thumbnails directory. Deletion is done at load time when the directory size is bigger -than 'thumbs-thumbsdir-max-size'." +than `thumbs-thumbsdir-max-size'." :type 'boolean :group 'thumbs) (defcustom thumbs-image-resizing-step 10 - "Step by wich to resize image." + "Step by which to resize image." :type 'string :group 'thumbs)