summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2019-06-19 23:13:31 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2019-06-19 23:13:31 +0200
commitdd2bc89f0a11b80202483a416bb592f101077526 (patch)
treeefeda3f5db2b7884d8072adac6c8515a675e2123
parent2a6dca26ef5b4d992f4aac6fd3511036f393aa11 (diff)
downloademacs-dd2bc89f0a11b80202483a416bb592f101077526.tar.gz
Doc string fix
* lisp/calendar/timeclock.el (timeclock-completing-read): Fix doc string punctuation.
-rw-r--r--lisp/calendar/timeclock.el2
1 files changed, 1 insertions, 1 deletions
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"))