summaryrefslogtreecommitdiff
path: root/lisp/calendar
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-03-25 07:53:25 +0000
committerGlenn Morris <rgm@gnu.org>2008-03-25 07:53:25 +0000
commit1d3c128ce7862c940c68daa7f5a863699335ad24 (patch)
treee86a232fa92b9014e8d4a8960da242fb7c6c3a43 /lisp/calendar
parentadf4cc7e0a9b02d09de9a665841cee07e445006e (diff)
downloademacs-1d3c128ce7862c940c68daa7f5a863699335ad24.tar.gz
(calendar-frame-1): Doc fix.
Diffstat (limited to 'lisp/calendar')
-rw-r--r--lisp/calendar/cal-x.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/cal-x.el b/lisp/calendar/cal-x.el
index e9cd202a71c..9d50a25e78c 100644
--- a/lisp/calendar/cal-x.el
+++ b/lisp/calendar/cal-x.el
@@ -83,7 +83,7 @@ Can be used to change frame parameters, such as font, color, location, etc."
"Frame in which the diary was last displayed.")
(defun calendar-frame-1 (frame)
- "Subroutine used by `calendar-one-frame-setup' etc."
+ "Subroutine used by `calendar-frame-setup'."
(run-hooks 'calendar-after-frame-setup-hooks)
(select-frame frame)
(if (eq 'icon (cdr (assoc 'visibility (frame-parameters frame))))