diff options
| author | Lars Ingebrigtsen | 2019-06-19 23:13:31 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-06-19 23:13:31 +0200 |
| commit | dd2bc89f0a11b80202483a416bb592f101077526 (patch) | |
| tree | efeda3f5db2b7884d8072adac6c8515a675e2123 | |
| parent | 2a6dca26ef5b4d992f4aac6fd3511036f393aa11 (diff) | |
| download | emacs-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.el | 2 |
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'. |
| 590 | PROMPT, ALIST and DEFAULT are used for the PROMPT, COLLECTION and DEF | 590 | PROMPT, ALIST and DEFAULT are used for the PROMPT, COLLECTION and DEF |
| 591 | arguments of `completing-read'." | 591 | arguments of `completing-read'." |
| 592 | (declare (obsolete completing-read "27.1")) | 592 | (declare (obsolete completing-read "27.1")) |