summaryrefslogtreecommitdiff
path: root/lisp/ob-dot.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-09-26 09:44:29 +0200
committerIhor Radchenko <yantar92@gmail.com>2022-06-26 10:10:48 +0800
commit13d97ee18c3bd23ccd04b21e0e1cd78070874cdb (patch)
tree19fa5a79fce078661fd104d71cc70c289b5891bc /lisp/ob-dot.el
parent197d5006070e3e6eac7e5bea8c46b186583ad564 (diff)
Prefer "website" to "homepage"
Emacs now advises using "website" (instead of "homepage") and consequently to use the "URL" comment header instead of "Homepage". * README: * README_ELPA: * doc/org-guide.org (Creating Footnotes): * doc/org-manual.org (Creating Footnotes): * etc/styles/README (URL): Prefer "website" to "homepage". * lisp/*.el: * mk/org-fixup.el: Replace the "Homepage" header comment with "URL".
Diffstat (limited to 'lisp/ob-dot.el')
-rw-r--r--lisp/ob-dot.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ob-dot.el b/lisp/ob-dot.el
index b2fc5d356..6bab3a0fe 100644
--- a/lisp/ob-dot.el
+++ b/lisp/ob-dot.el
@@ -5,7 +5,7 @@
;; Author: Eric Schulte
;; Maintainer: Justin Abrahms <justin@abrah.ms>
;; Keywords: literate programming, reproducible research
-;; Homepage: https://orgmode.org
+;; URL: https://orgmode.org
;; This file is part of GNU Emacs.