emacs-devel
[Top][All Lists]
Advanced

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

Re: info-lookup-alist mangled, breaks C-h S


From: Lars Ingebrigtsen
Subject: Re: info-lookup-alist mangled, breaks C-h S
Date: Wed, 05 Jan 2022 16:33:48 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

> +(mapc
> + (lambda (elem)
> +   (let* ((prefix (car elem)))
> +     (info-lookup-add-help
> +      :mode (cons 'emacs-lisp-mode prefix)  <<<<<<<<<<<<<<<<<
>
> Now HELP-MODE could be a cons cell, not just a symbol.  But the doc
> string of info-lookup-alist was not updated, and therefore the
> semantics of this form is not documented.  What does that cons cell
> value mean?

The doc string change you've done looks correct to me.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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