diff options
author | Kyle Meyer <kyle@kyleam.com> | 2021-09-29 18:48:59 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2021-09-29 23:21:21 -0400 |
commit | bf9ec3d91a79414deac039f7bf83352a9b0a9a85 (patch) | |
tree | 5e636992801ca408a26f7b7532c666d24c80020e /lisp/org/ol-info.el | |
parent | dc94ca7b2b878c9a88be72fea118bf6557259ffd (diff) | |
download | emacs-bf9ec3d91a79414deac039f7bf83352a9b0a9a85.tar.gz emacs-bf9ec3d91a79414deac039f7bf83352a9b0a9a85.tar.bz2 emacs-bf9ec3d91a79414deac039f7bf83352a9b0a9a85.zip |
Update to Org 9.5
Diffstat (limited to 'lisp/org/ol-info.el')
-rw-r--r-- | lisp/org/ol-info.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/org/ol-info.el b/lisp/org/ol-info.el index 8b1e5da5168..a535ea581a3 100644 --- a/lisp/org/ol-info.el +++ b/lisp/org/ol-info.el @@ -2,7 +2,7 @@ ;; Copyright (C) 2004-2021 Free Software Foundation, Inc. -;; Author: Carsten Dominik <carsten at orgmode dot org> +;; Author: Carsten Dominik <carsten.dominik@gmail.com> ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: https://orgmode.org ;; @@ -56,7 +56,7 @@ "#" Info-current-node))) (org-link-store-props :type "info" :file Info-current-file :node Info-current-node - :link link :desc desc) + :link link :description desc) link))) (defun org-info-open (path _) @@ -91,7 +91,7 @@ "pgg" "rcirc" "reftex" "remember" "sasl" "sc" "semantic" "ses" "sieve" "smtpmail" "speedbar" "srecode" "todo-mode" "tramp" "url" "vip" "viper" "widget" "wisent" "woman") - "List of emacs documents available. + "List of Emacs documents available. Taken from <https://www.gnu.org/software/emacs/manual/html_mono/.>") (defconst org-info-other-documents |