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
acab8b97
Commit
acab8b97
authored
Mar 18, 2008
by
Glenn Morris
Browse files
(initial-calendar-window-hook, today-visible-calendar-hook): Doc fixes.
parent
57671b72
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/calendar/calendar.el
lisp/calendar/calendar.el
+3
-4
No files found.
lisp/ChangeLog
View file @
acab8b97
2008-03-18 Glenn Morris <rgm@gnu.org>
* calendar/calendar.el (initial-calendar-window-hook)
(today-visible-calendar-hook): Doc fixes.
2008-03-17 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-root-regexp): Simplify.
...
...
lisp/calendar/calendar.el
View file @
acab8b97
...
...
@@ -288,7 +288,7 @@ This is the place to add key bindings to `calendar-mode-map'."
(
defcustom
initial-calendar-window-hook
nil
"List of functions to be called when the calendar window is created.
Qutting the calendar and re-entering it will cause these functions
Qu
i
tting the calendar and re-entering it will cause these functions
to be called again."
:type
'hook
:group
'calendar-hooks
)
...
...
@@ -297,11 +297,10 @@ to be called again."
"List of functions called whenever the current date is visible.
To mark today's date, add the function `calendar-mark-today'.
To replace the date with asterisks, add the function `calendar-star-date'.
See also `today-invisible-calendar-hook'.
C
hanging characters in the calendar buffer,
except via the provided
functions,
may cause the
calendar
movement commands to fail."
In general, be careful about c
hanging characters in the calendar buffer,
since it
may cause the movement commands to fail."
:type
'hook
:options
'
(
calendar-mark-today
calendar-star-date
)
:group
'calendar-hooks
)
...
...
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