aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-06-19 23:13:31 +0200
committerLars Ingebrigtsen2019-06-19 23:13:31 +0200
commitdd2bc89f0a11b80202483a416bb592f101077526 (patch)
treeefeda3f5db2b7884d8072adac6c8515a675e2123
parent2a6dca26ef5b4d992f4aac6fd3511036f393aa11 (diff)
downloademacs-dd2bc89f0a11b80202483a416bb592f101077526.tar.gz
emacs-dd2bc89f0a11b80202483a416bb592f101077526.zip
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."
586(defvar timeclock-last-project nil) 586(defvar timeclock-last-project nil)
587 587
588(defun timeclock-completing-read (prompt alist &optional default) 588(defun timeclock-completing-read (prompt alist &optional default)
589 "A version of `completing-read. 589 "A version of `completing-read'.
590PROMPT, ALIST and DEFAULT are used for the PROMPT, COLLECTION and DEF 590PROMPT, ALIST and DEFAULT are used for the PROMPT, COLLECTION and DEF
591arguments of `completing-read'." 591arguments of `completing-read'."
592 (declare (obsolete completing-read "27.1")) 592 (declare (obsolete completing-read "27.1"))