Doc string fix
* lisp/calendar/timeclock.el (timeclock-completing-read): Fix doc string punctuation.
This commit is contained in:
parent
2a6dca26ef
commit
dd2bc89f0a
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Reference in a new issue