changeset 63078:2d7151e2c3ee

(thumbs-thumbsdir-max-size, thumbs-image-resizing-step, thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 06 Jun 2005 15:44:31 +0000
parents 3127d26a19e6
children 6284ea68c121
files lisp/thumbs.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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)