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
3e3dc2c3
Commit
3e3dc2c3
authored
Jun 06, 2007
by
Juanma Barranquero
Browse files
(nndiary-reminders): Fix typos in docstring.
parent
bf8e97ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
9 deletions
+11
-9
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+3
-1
lisp/gnus/nndiary.el
lisp/gnus/nndiary.el
+8
-8
No files found.
lisp/gnus/ChangeLog
View file @
3e3dc2c3
2007-06-06 Juanma Barranquero <lekktu@gmail.com>
* gnus-sum.el (gnus-summary-highlight): Fix typos in docstring.
* gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
* gnus-sum.el (gnus-summary-highlight):
* nndiary.el (nndiary-reminders): Fix typos in docstrings.
2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
...
...
lisp/gnus/nndiary.el
View file @
3e3dc2c3
...
...
@@ -131,7 +131,7 @@ non-nil."
(
defcustom
nndiary-reminders
'
((
0
.
day
))
"*Different times when you want to be reminded of your appoint
e
ments.
"*Different times when you want to be reminded of your appointments.
Diary articles will appear again, as if they'd been just received.
Entries look like (3 . day) which means something like \"Please
...
...
@@ -145,7 +145,7 @@ not 'century, sorry).
NOTE: the units of measure actually express dates, not durations: if you
use 'week, messages will pop up on Sundays at 00:00 (or Mondays if
`nndiary-week-starts-on-monday' is non-nil) and *not* 7 days before the
appoint
e
ment, if you use 'month, messages will pop up on the first day of
appointment, if you use 'month, messages will pop up on the first day of
each months, at 00:00 and so on.
If you really want to specify a duration (like 24 hours exactly), you can
...
...
@@ -155,15 +155,15 @@ scheme might appear somewhat weird at a first glance, it is very powerful.
In order to make this clear, here are some examples:
- '(0 . day): this is the default value of `nndiary-reminders'. It means
pop up the appoint
e
ments of the day each morning at 00:00.
pop up the appointments of the day each morning at 00:00.
- '(1 . day): this means pop up the appoint
e
ments the day before, at 00:00.
- '(1 . day): this means pop up the appointments the day before, at 00:00.
- '(6 . hour): for an appoint
e
ment at 18:30, this would pop up the
appoint
e
ment message at 12:00.
- '(6 . hour): for an appointment at 18:30, this would pop up the
appointment message at 12:00.
- '(360 . minute): for an appoint
e
ment at 18:30 and 15 seconds, this would
pop up the appoint
e
ment message at 12:30."
- '(360 . minute): for an appointment at 18:30 and 15 seconds, this would
pop up the appointment message at 12:30."
:group
'nndiary
:type
'
(
repeat
(
cons
:format
"%v\n"
(
integer
:format
"%v"
)
...
...
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