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: Eli Zaretskii
Subject: Re: info-lookup-alist mangled, breaks C-h S
Date: Wed, 05 Jan 2022 18:46:47 +0200

> From: Lars Ingebrigtsen <larsi@gnus.org>
> Cc: emacs-devel@gnu.org
> Date: Wed, 05 Jan 2022 16:33:48 +0100
> 
> 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.

Great, thanks.



reply via email to

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