auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master adbdce6a 2/2: Pacify compiler warning


From: Arash Esbati
Subject: master adbdce6a 2/2: Pacify compiler warning
Date: Wed, 25 Jan 2023 03:16:29 -0500 (EST)

branch: master
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 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 <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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]