]> git.eshelyaron.com Git - emacs.git/commitdiff
Correct Info link markup
authorRobert Pluim <rpluim@gmail.com>
Mon, 12 Mar 2018 16:43:23 +0000 (17:43 +0100)
committerEli Zaretskii <eliz@gnu.org>
Tue, 20 Mar 2018 12:30:37 +0000 (14:30 +0200)
* lisp/gnus/gnus-agent.el (gnus-agent-auto-agentize-methods):
Correct markup for Info link.
* src/minibuf.c (Fcompleting_read): Likewise.

lisp/gnus/gnus-agent.el
src/minibuf.c

index b2de1196439edbcbfae275e8aec42ac48b1adfa9..c69d64546c57350bc62633e625727b20e722e18a 100644 (file)
@@ -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)
index cbb0898a9ab215d2a4341563c54737ed0578ff52..c57182354f0a921b3e490d2e39c6a93eacba0ee2 100644 (file)
@@ -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: