From: Lars Ingebrigtsen Date: Wed, 19 Jun 2019 21:13:31 +0000 (+0200) Subject: Doc string fix X-Git-Tag: emacs-27.0.90~2380 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dd2bc89f0a11b80202483a416bb592f101077526;p=emacs.git Doc string fix * lisp/calendar/timeclock.el (timeclock-completing-read): Fix doc string punctuation. --- diff --git a/lisp/calendar/timeclock.el b/lisp/calendar/timeclock.el index 825de487dcd..3735115a937 100644 --- a/lisp/calendar/timeclock.el +++ b/lisp/calendar/timeclock.el @@ -586,7 +586,7 @@ OLD-DEFAULT hours are set for every day that has no number indicated." (defvar timeclock-last-project nil) (defun timeclock-completing-read (prompt alist &optional default) - "A version of `completing-read. + "A version of `completing-read'. PROMPT, ALIST and DEFAULT are used for the PROMPT, COLLECTION and DEF arguments of `completing-read'." (declare (obsolete completing-read "27.1"))