Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b3c70578
Commit
b3c70578
authored
Jun 06, 2005
by
Juanma Barranquero
Browse files
(thumbs-thumbsdir-max-size, thumbs-image-resizing-step,
thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
parent
01f438b9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/thumbs.el
lisp/thumbs.el
+3
-3
No files found.
lisp/ChangeLog
View file @
b3c70578
...
...
@@ -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.
...
...
lisp/thumbs.el
View file @
b3c70578
...
...
@@ -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 reach
e
s 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 w
h
ich to resize image."
:type
'string
:group
'thumbs
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment