From 902975ca44b84aaf10e461f8f1a784c2bf2d68a0 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Tue, 10 Oct 2023 19:07:48 +0300 Subject: [PATCH] * lisp/ol-info.el (org-info-emacs-documents): Update the manual list Update the manuals from https://www.gnu.org/software/emacs/manual/html_mono/. Reported-by: Joseph Turner Link: https://orgmode.org/list/871qe44cec.fsf@breatheoutbreathe.in --- lisp/ol-info.el | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lisp/ol-info.el b/lisp/ol-info.el index ad9e4a12b..350ccf5cc 100644 --- a/lisp/ol-info.el +++ b/lisp/ol-info.el @@ -129,13 +129,13 @@ If LINK is not an info link then DESC is returned." (defconst org-info-emacs-documents '("ada-mode" "auth" "autotype" "bovine" "calc" "ccmode" "cl" "dbus" "dired-x" - "ebrowse" "ede" "ediff" "edt" "efaq-w32" "efaq" "eieio" "eintr" "elisp" - "emacs-gnutls" "emacs-mime" "emacs" "epa" "erc" "ert" "eshell" "eudc" "eww" - "flymake" "forms" "gnus" "htmlfontify" "idlwave" "ido" "info" "mairix-el" - "message" "mh-e" "newsticker" "nxml-mode" "octave-mode" "org" "pcl-cvs" - "pgg" "rcirc" "reftex" "remember" "sasl" "sc" "semantic" "ses" "sieve" - "smtpmail" "speedbar" "srecode" "todo-mode" "tramp" "url" "vip" "viper" - "widget" "wisent" "woman") + "ebrowse" "ede" "ediff" "edt" "efaq-w32" "efaq" "eglot" "eieio" "eintr" + "elisp" "emacs-gnutls" "emacs-mime" "emacs" "epa" "erc" "ert" "eshell" + "eudc" "eww" "flymake" "forms" "gnus" "htmlfontify" "idlwave" "ido" "info" + "mairix-el" "message" "mh-e" "modus-themes" "newsticker" "nxml-mode" "octave-mode" + "org" "pcl-cvs" "pgg" "rcirc" "reftex" "remember" "sasl" "sc" "semantic" + "ses" "sieve" "smtpmail" "speedbar" "srecode" "todo-mode" "tramp" "transient" + "url" "use-package" "vhdl-mode" "vip" "viper" "vtable" "widget" "wisent" "woman") "List of Emacs documents available. Taken from ")