diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-11-21 15:16:08 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-11-21 15:20:11 +0100 |
commit | beaa2e49530b8149d2c22cb5fa15b8d48f7937b6 (patch) | |
tree | e92668cbdb35696e07375374f5738efc99d466fc /lisp/org/org-clock.el | |
parent | 61e96789ddb1fe81520c3b1cc6c7ff43da5bc26f (diff) | |
download | emacs-beaa2e49530b8149d2c22cb5fa15b8d48f7937b6.tar.gz emacs-beaa2e49530b8149d2c22cb5fa15b8d48f7937b6.tar.bz2 emacs-beaa2e49530b8149d2c22cb5fa15b8d48f7937b6.zip |
; Fix typos (misspelled symbols)
Diffstat (limited to 'lisp/org/org-clock.el')
-rw-r--r-- | lisp/org/org-clock.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/org/org-clock.el b/lisp/org/org-clock.el index 38e0826075b..42de0a0cf97 100644 --- a/lisp/org/org-clock.el +++ b/lisp/org/org-clock.el @@ -428,8 +428,7 @@ When `org-clock-clocked-in-display' is set to `frame-title' or `both', clocking in will replace `frame-title-format' with this value. Clocking out will restore `frame-title-format'. -`org-frame-title-string' is a format string using the same -specifications than `frame-title-format', which see." +This uses the same format as `frame-title-format', which see." :version "24.1" :group 'org-clock :type 'sexp) |