emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Chunyang Xu <mail@xuchunyang.me>
To: emacs-orgmode@gnu.org
Subject: Re: [PATCH] org-info: Fix docstring
Date: Thu, 15 Dec 2016 03:25:23 +0800	[thread overview]
Message-ID: <m2vaumuxcs.fsf@xuchunyang.me> (raw)
In-Reply-To: <m2mvfye5a5.fsf@xuchunyang.me>

[-- Attachment #1: Type: text/plain, Size: 74 bytes --]


Never mind. The first patch was incorrect. I have attached a new patch.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-org-info-Fix-docstring.patch --]
[-- Type: text/x-patch, Size: 1069 bytes --]

From 7c5ee47741f1a9cbdb6b2df8ddad99aa95cb01e5 Mon Sep 17 00:00:00 2001
From: Chunyang Xu <mail@xuchunyang.me>
Date: Thu, 15 Dec 2016 03:19:08 +0800
Subject: [PATCH] org-info: Fix docstring

* 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..3b363f0 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-emacs-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"
-- 
2.10.2


[-- Attachment #3: Type: text/plain, Size: 967 bytes --]


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"


  reply	other threads:[~2016-12-14 19:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-14 18:26 [PATCH] org-info: Fix docstring Chunyang Xu
2016-12-14 19:25 ` Chunyang Xu [this message]
2016-12-14 20:42   ` Nicolas Goaziou
2016-12-14 21:44     ` Chunyang Xu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2vaumuxcs.fsf@xuchunyang.me \
    --to=mail@xuchunyang.me \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).