Chunyang Xu writes: > User-agent: mu4e 0.9.18; emacs 25.1.1 > * lisp/org-info.el (org-info-map-html-url): Fix docstring, there is no > `org-info-official-gnu-document' anymore. > --- > lisp/org-info.el | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lisp/org-info.el b/lisp/org-info.el > index d82168e..a0d9e8a 100644 > --- a/lisp/org-info.el > +++ b/lisp/org-info.el > @@ -105,7 +105,7 @@ converted to use these URL's.") > (defun org-info-map-html-url (filename) > "Given info FILENAME, either return it (plus '.html' suffix added) or convert > it to URL pointing to the official page on internet, e.g., use gnu.org for all > -emacs related documents. See `org-info-official-gnu-document' and > +emacs related documents. See `org-info-other-documents' and > `org-info-other-documents' for details." > (if (member filename org-info-emacs-documents) > (format "http://www.gnu.org/software/emacs/manual/html_mono/%s.html"