From: Robert Pluim Date: Mon, 12 Mar 2018 16:43:23 +0000 (+0100) Subject: Correct Info link markup X-Git-Tag: emacs-26.1-rc1~72 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4328d5f744e032eb4fa67b30bc0ef539f95755c5;p=emacs.git Correct Info link markup * lisp/gnus/gnus-agent.el (gnus-agent-auto-agentize-methods): Correct markup for Info link. * src/minibuf.c (Fcompleting_read): Likewise. --- diff --git a/lisp/gnus/gnus-agent.el b/lisp/gnus/gnus-agent.el index b2de1196439..c69d64546c5 100644 --- a/lisp/gnus/gnus-agent.el +++ b/lisp/gnus/gnus-agent.el @@ -172,7 +172,7 @@ When found, offer to remove them." (defcustom gnus-agent-auto-agentize-methods nil "Initially, all servers from these methods are agentized. The user may remove or add servers using the Server buffer. -See Info nodes `(gnus)Server Buffer', `(gnus)Agent Variables'." +See Info node `(gnus)Server Buffer' and Info node `(gnus)Agent Variables'." :version "22.1" :type '(repeat symbol) :group 'gnus-agent) diff --git a/src/minibuf.c b/src/minibuf.c index cbb0898a9ab..c57182354f0 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -1639,8 +1639,8 @@ COLLECTION can also be a function to do the completion itself. PREDICATE limits completion to a subset of COLLECTION. See `try-completion', `all-completions', `test-completion', and `completion-boundaries', for more details on completion, -COLLECTION, and PREDICATE. See also Info nodes `(elisp)Basic Completion' -for the details about completion, and `(elisp)Programmed Completion' for +COLLECTION, and PREDICATE. See also Info node `(elisp)Basic Completion' +for the details about completion, and Info node `(elisp)Programmed Completion' for expectations from COLLECTION when it's a function. REQUIRE-MATCH can take the following values: