]> git.eshelyaron.com Git - emacs.git/commitdiff
(thumbs-thumbsdir-max-size, thumbs-image-resizing-step,
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 6 Jun 2005 15:45:11 +0000 (15:45 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 6 Jun 2005 15:45:11 +0000 (15:45 +0000)
thumbs-thumbsdir-auto-clean): Fix typos in docstrings.

lisp/ChangeLog
lisp/thumbs.el

index 50a497747958477f53376e02603bb57ec78f9773..6b778e51742c3d1e489cd270b14d72a9847ec3bc 100644 (file)
@@ -72,6 +72,9 @@
 
 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.
 
index 321fe7266cc4d7377b9196c930406275ac8b0538..c335b259c35d0eb44039ad4d9d1f7a436a929acc 100644 (file)
@@ -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 @@ This is where you see the cursor."
 (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)