diff options
| author | Robert Pluim | 2018-03-12 17:43:23 +0100 |
|---|---|---|
| committer | Eli Zaretskii | 2018-03-20 14:30:37 +0200 |
| commit | 4328d5f744e032eb4fa67b30bc0ef539f95755c5 (patch) | |
| tree | 1725abed6fef8c08b0fe9874db2c0f776ea11181 | |
| parent | 2fb52abd9e74f722c08c5e59f63dee8821789e1a (diff) | |
| download | emacs-4328d5f744e032eb4fa67b30bc0ef539f95755c5.tar.gz 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.
| -rw-r--r-- | lisp/gnus/gnus-agent.el | 2 | ||||
| -rw-r--r-- | src/minibuf.c | 4 |
2 files changed, 3 insertions, 3 deletions
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." | |||
| 172 | (defcustom gnus-agent-auto-agentize-methods nil | 172 | (defcustom gnus-agent-auto-agentize-methods nil |
| 173 | "Initially, all servers from these methods are agentized. | 173 | "Initially, all servers from these methods are agentized. |
| 174 | The user may remove or add servers using the Server buffer. | 174 | The user may remove or add servers using the Server buffer. |
| 175 | See Info nodes `(gnus)Server Buffer', `(gnus)Agent Variables'." | 175 | See Info node `(gnus)Server Buffer' and Info node `(gnus)Agent Variables'." |
| 176 | :version "22.1" | 176 | :version "22.1" |
| 177 | :type '(repeat symbol) | 177 | :type '(repeat symbol) |
| 178 | :group 'gnus-agent) | 178 | :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. | |||
| 1639 | PREDICATE limits completion to a subset of COLLECTION. | 1639 | PREDICATE limits completion to a subset of COLLECTION. |
| 1640 | See `try-completion', `all-completions', `test-completion', | 1640 | See `try-completion', `all-completions', `test-completion', |
| 1641 | and `completion-boundaries', for more details on completion, | 1641 | and `completion-boundaries', for more details on completion, |
| 1642 | COLLECTION, and PREDICATE. See also Info nodes `(elisp)Basic Completion' | 1642 | COLLECTION, and PREDICATE. See also Info node `(elisp)Basic Completion' |
| 1643 | for the details about completion, and `(elisp)Programmed Completion' for | 1643 | for the details about completion, and Info node `(elisp)Programmed Completion' for |
| 1644 | expectations from COLLECTION when it's a function. | 1644 | expectations from COLLECTION when it's a function. |
| 1645 | 1645 | ||
| 1646 | REQUIRE-MATCH can take the following values: | 1646 | REQUIRE-MATCH can take the following values: |