summaryrefslogtreecommitdiff
path: root/lisp/thumbs.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2005-06-06 15:45:11 +0000
committerJuanma Barranquero <lekktu@gmail.com>2005-06-06 15:45:11 +0000
commitb3c70578e71987952f44540aa718efdc2b4427ea (patch)
tree93a4dd80a9e2d9b031ec4ed090dd1c08e664196c /lisp/thumbs.el
parent01f438b9127dfff6f951f1b1574ac46a98635d72 (diff)
downloademacs-b3c70578e71987952f44540aa718efdc2b4427ea.tar.gz
(thumbs-thumbsdir-max-size, thumbs-image-resizing-step,
thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
Diffstat (limited to 'lisp/thumbs.el')
-rw-r--r--lisp/thumbs.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/thumbs.el b/lisp/thumbs.el
index 321fe7266cc..c335b259c35 100644
--- a/lisp/thumbs.el
+++ b/lisp/thumbs.el
@@ -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)