# HG changeset patch # User Glenn Morris # Date 1112195737 0 # Node ID b9677b0e5e917c448b02d8485f3f6f833c106a3e # Parent 114d1be47bb40bd7b7a61e5943785665e3af2f1c Update maintainer. (appt-buffer-name): Make it a constant. (appt-add): Doc fix. diff -r 114d1be47bb4 -r b9677b0e5e91 lisp/calendar/appt.el --- a/lisp/calendar/appt.el Wed Mar 30 15:14:55 2005 +0000 +++ b/lisp/calendar/appt.el Wed Mar 30 15:15:37 2005 +0000 @@ -1,9 +1,9 @@ ;;; appt.el --- appointment notification functions -;; Copyright (C) 1989, 1990, 1994, 1998, 2004 Free Software Foundation, Inc. +;; Copyright (C) 1989, 1990, 1994, 1998, 2004 Free Software Foundation, Inc. ;; Author: Neil Mager -;; Maintainer: FSF +;; Maintainer: Glenn Morris ;; Keywords: calendar ;; This file is part of GNU Emacs. @@ -181,7 +181,7 @@ ;;; Internal variables below this point. -(defvar appt-buffer-name " *appt-buf*" +(defconst appt-buffer-name " *appt-buf*" "Name of the appointments buffer.") (defvar appt-time-msg-list nil @@ -486,9 +486,8 @@ ;;;###autoload (defun appt-add (new-appt-time new-appt-msg) - "Add an appointment for the day at NEW-APPT-TIME and issue message NEW-APPT-MSG. + "Add an appointment for today at NEW-APPT-TIME with message NEW-APPT-MSG. The time should be in either 24 hour format or am/pm format." - (interactive "sTime (hh:mm[am/pm]): \nsMessage: ") (unless (string-match "[0-9]?[0-9][:.][0-9][0-9]\\(am\\|pm\\)?" new-appt-time)