Function: org-browse-news
org-browse-news is an interactive and byte-compiled function defined
in org.el.gz.
Signature
(org-browse-news)
Documentation
Browse the news for the latest major release.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defun org-browse-news ()
"Browse the news for the latest major release."
(interactive)
(browse-url "https://orgmode.org/Changes.html"))