From b3c70578e71987952f44540aa718efdc2b4427ea Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 6 Jun 2005 15:45:11 +0000 Subject: [PATCH] (thumbs-thumbsdir-max-size, thumbs-image-resizing-step, thumbs-thumbsdir-auto-clean): Fix typos in docstrings. --- lisp/ChangeLog | 3 +++ lisp/thumbs.el | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 50a49774795..6b778e51742 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -72,6 +72,9 @@ 2005-06-06 Juanma Barranquero + * 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 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) -- 2.11.4.GIT