diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2023-12-30 18:01:48 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2023-12-30 18:14:40 +0100 |
commit | 0f3be9596fb3cf2f5e8f10fe2b3ef59546de98bb (patch) | |
tree | b262715016bca5153229bf212f43b93abd499f62 /lisp/org/org-inlinetask.el | |
parent | 03fdb21bcfdc27401066bb7375d07ad0259219fa (diff) | |
download | emacs-0f3be9596fb3cf2f5e8f10fe2b3ef59546de98bb.tar.gz emacs-0f3be9596fb3cf2f5e8f10fe2b3ef59546de98bb.tar.bz2 emacs-0f3be9596fb3cf2f5e8f10fe2b3ef59546de98bb.zip |
; Prefer finder keyword "text" to deprecated keyword "wp"
Diffstat (limited to 'lisp/org/org-inlinetask.el')
-rw-r--r-- | lisp/org/org-inlinetask.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-inlinetask.el b/lisp/org/org-inlinetask.el index cb7fdf88bde..b83691f1d36 100644 --- a/lisp/org/org-inlinetask.el +++ b/lisp/org/org-inlinetask.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2009-2023 Free Software Foundation, Inc. ;; ;; Author: Carsten Dominik <carsten.dominik@gmail.com> -;; Keywords: outlines, hypermedia, calendar, wp +;; Keywords: outlines, hypermedia, calendar, text ;; URL: https://orgmode.org ;; This file is part of GNU Emacs. |