aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2005-06-06 15:45:11 +0000
committerJuanma Barranquero <[email protected]>2005-06-06 15:45:11 +0000
commitb3c70578e71987952f44540aa718efdc2b4427ea (patch)
tree93a4dd80a9e2d9b031ec4ed090dd1c08e664196c
parent01f438b9127dfff6f951f1b1574ac46a98635d72 (diff)
(thumbs-thumbsdir-max-size, thumbs-image-resizing-step,
thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/thumbs.el6
2 files changed, 6 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 50a4977479..6b778e5174 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -72,6 +72,9 @@
2005-06-06 Juanma Barranquero <[email protected]>
+ * 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.
diff --git a/lisp/thumbs.el b/lisp/thumbs.el
index 321fe7266c..c335b259c3 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)