[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/org b980f7abb8 1/3: lisp/org-tempo.el: Do not refer to
From: |
ELPA Syncer |
Subject: |
[elpa] externals/org b980f7abb8 1/3: lisp/org-tempo.el: Do not refer to removed function in the commentary |
Date: |
Wed, 24 Jan 2024 09:58:35 -0500 (EST) |
branch: externals/org
commit b980f7abb8522b126e4fc7da78adfb4f9098f7a5
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>
lisp/org-tempo.el: Do not refer to removed function in the commentary
Reported-by: Stefan Kangas <stefankangas@gmail.com>
Link:
https://orgmode.org/list/CADwFkmnsjEg+d7ty0bjT5RGQiS-SdKcvRUy+KHDh+maa92bp1w@mail.gmail.com
---
lisp/org-tempo.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/org-tempo.el b/lisp/org-tempo.el
index cf11f883cd..e0c411dee6 100644
--- a/lisp/org-tempo.el
+++ b/lisp/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.
;;