diff options
author | Kyle Meyer <kyle@kyleam.com> | 2024-02-17 10:17:41 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2024-02-17 10:17:41 -0500 |
commit | 07a392f445eb21c5e4681027eee9d981300a4309 (patch) | |
tree | 25a3269ab8478717d79b36d16d5b80d4a4739e87 /lisp/org/org-tempo.el | |
parent | 45f9af61b8ecbe500de915f63de53e9c598184b9 (diff) | |
download | emacs-07a392f445eb21c5e4681027eee9d981300a4309.tar.gz emacs-07a392f445eb21c5e4681027eee9d981300a4309.tar.bz2 emacs-07a392f445eb21c5e4681027eee9d981300a4309.zip |
Update to Org 9.6.19
Diffstat (limited to 'lisp/org/org-tempo.el')
-rw-r--r-- | lisp/org/org-tempo.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-tempo.el b/lisp/org/org-tempo.el index 44b04a9f4be..afa69867f2a 100644 --- a/lisp/org/org-tempo.el +++ b/lisp/org/org-tempo.el @@ -24,7 +24,7 @@ ;;; Commentary: ;; ;; Org Tempo reimplements completions of structure template before -;; point like `org-try-structure-completion' in Org v9.1 and earlier. +;; point in Org v9.1 and earlier. ;; For example, strings like "<e" at the beginning of the line will be ;; expanded to an example block. ;; |