2005-06-06 Juanma Barranquero <lekktu@gmail.com>
+ * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
+ (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
+
* ps-print.el (ps-default-fg, ps-default-bg):
Fix typos in docstrings.
(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)
(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)