branch: master
commit adbdce6a27c6ca1f965cc7d623fba29ca29086de
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
Pacify compiler warning
* multi-prompt.el (multi-prompt-key-value-collection-fn): Fix
references to Emacs Lisp Reference Manual.
---
multi-prompt.el | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/multi-prompt.el b/multi-prompt.el
index 5ce11d51..d4ef5180 100644
--- a/multi-prompt.el
+++ b/multi-prompt.el
@@ -1,6 +1,6 @@
;;; multi-prompt.el --- Completing read of multiple strings -*-
lexical-binding: t; -*-
-;; Copyright (C) 1996-2021 Free Software Foundation, Inc.
+;; Copyright (C) 1996-2023 Free Software Foundation, Inc.
;; Author: Per Abrahamsen <[email protected]>
;; Maintainer: [email protected]
@@ -147,9 +147,9 @@ The value of FLAG is used to specify the type of completion
operation.
A value of nil specifies `try-completion'. A value of t specifies
`all-completions'. A value of lambda specifes a test for an exact match.
-For more information on STRING, PREDICATE, and FLAG, see the Elisp
-Reference sections on 'Programmed Completion' and 'Basic Completion
-Functions'."
+For more information on STRING, PREDICATE, and FLAG, see the
+Elisp Reference Info node `(elisp)Programmed Completion' and Info node
+`(elisp)Basic Completion'."
(let ((beg 0) (last 0) matched)
(while (string-match multi-prompt-key-value-sep string beg)
(setq matched t