summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert Pluim <rpluim@gmail.com>2018-03-12 17:43:23 +0100
committerEli Zaretskii <eliz@gnu.org>2018-03-20 14:30:37 +0200
commit4328d5f744e032eb4fa67b30bc0ef539f95755c5 (patch)
tree1725abed6fef8c08b0fe9874db2c0f776ea11181 /src
parent2fb52abd9e74f722c08c5e59f63dee8821789e1a (diff)
downloademacs-4328d5f744e032eb4fa67b30bc0ef539f95755c5.tar.gz
emacs-4328d5f744e032eb4fa67b30bc0ef539f95755c5.tar.bz2
emacs-4328d5f744e032eb4fa67b30bc0ef539f95755c5.zip
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.
Diffstat (limited to 'src')
-rw-r--r--src/minibuf.c4
1 files changed, 2 insertions, 2 deletions
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: