summaryrefslogtreecommitdiff
path: root/lisp/calendar/timeclock.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2020-10-02 09:38:24 -0700
committerGlenn Morris <rgm@gnu.org>2020-10-02 09:38:24 -0700
commit726eb835ddcbc209545f681d7272ebaa13788b33 (patch)
tree48a8efe3696f67cdd5c1258bf83b85d39ab949e9 /lisp/calendar/timeclock.el
parentbd080957b069e4ed0e31ce5f029a529432524f46 (diff)
parent78eacf31e8fe182801ad1943fac717b75fcf286b (diff)
downloademacs-726eb835ddcbc209545f681d7272ebaa13788b33.tar.gz
Merge from origin/emacs-27
78eacf31e8 ; Fix many typos in symbols in docs and comments d5d12707d6 * doc/misc/flymake.texi (Using Flymake): Fix a typo. (Bug... # Conflicts: # lisp/allout.el # lisp/progmodes/ebrowse.el
Diffstat (limited to 'lisp/calendar/timeclock.el')
-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 2ee1d34bf15..18ca05af4c5 100644
--- a/lisp/calendar/timeclock.el
+++ b/lisp/calendar/timeclock.el
@@ -555,7 +555,7 @@ relative only to the time worked today, and not to past time."
OLD-DEFAULT hours are set for every day that has no number indicated."
(interactive "P")
(if old-default (setq old-default (prefix-numeric-value old-default))
- (error "`timelog-make-hours-explicit' requires an explicit argument"))
+ (error "`timeclock-make-hours-explicit' requires an explicit argument"))
(let ((extant-timelog (find-buffer-visiting timeclock-file))
current-date)
(with-current-buffer (find-file-noselect timeclock-file t)