[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex adbdce6a27 05/11: Pacify compiler warning
From: |
Tassilo Horn |
Subject: |
[elpa] externals/auctex adbdce6a27 05/11: Pacify compiler warning |
Date: |
Tue, 31 Jan 2023 10:41:26 -0500 (EST) |
branch: externals/auctex
commit adbdce6a27c6ca1f965cc7d623fba29ca29086de
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>
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 5ce11d5135..d4ef518006 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 <abraham@dina.kvl.dk>
;; Maintainer: auctex-devel@gnu.org
@@ -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
- [elpa] externals/auctex updated (ebd714ef81 -> a2a6ab9f22), Tassilo Horn, 2023/01/31
- [elpa] externals/auctex 6ccc3d4149 03/11: Remove Emacs 24.3 compat code, Tassilo Horn, 2023/01/31
- [elpa] externals/auctex 03885c7627 02/11: Silence compiler warning, Tassilo Horn, 2023/01/31
- [elpa] externals/auctex c2fdf896a6 04/11: * style/multibib.el: Replace `TeX-arg-eval'., Tassilo Horn, 2023/01/31
- [elpa] externals/auctex f5d40daa95 07/11: ; * style/nameref.el ("nameref"): Fix comment., Tassilo Horn, 2023/01/31
- [elpa] externals/auctex adbdce6a27 05/11: Pacify compiler warning,
Tassilo Horn <=
- [elpa] externals/auctex edc5e2ff63 09/11: Call Texdoc coherently, Tassilo Horn, 2023/01/31
- [elpa] externals/auctex 3ceb011395 06/11: * style/multido.el ("multido"): Fix query prompt., Tassilo Horn, 2023/01/31
- [elpa] externals/auctex e7379b3fec 01/11: Simplify version and date specification, Tassilo Horn, 2023/01/31
- [elpa] externals/auctex 2bc07b78ff 08/11: Fix `TeX-documentation-texdoc' for okular, Tassilo Horn, 2023/01/31
- [elpa] externals/auctex 38d8561add 10/11: Add a paragraph to Texdoc section in the documentation, Tassilo Horn, 2023/01/31
- [elpa] externals/auctex a2a6ab9f22 11/11: Merge remote-tracking branch 'origin/master' into externals/auctex, Tassilo Horn, 2023/01/31