emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs-30 f1acefd86f8 1/2: ; Add cross-references to push and pop doc


From: Stefan Monnier
Subject: Re: emacs-30 f1acefd86f8 1/2: ; Add cross-references to push and pop docstrings
Date: Wed, 19 Mar 2025 17:25:44 -0400
User-agent: Gnus/5.13 (Gnus v5.13)

>  (defmacro push (newelt place)
>    "Add NEWELT to the list stored in the generalized variable PLACE.
> +
>  This is morally equivalent to (setf PLACE (cons NEWELT PLACE)),
> -except that PLACE is evaluated only once (after NEWELT)."
> +except that PLACE is evaluated only once (after NEWELT).
> +
> +For more information about generalized variables, see Info node
> +`(elisp) Generalized Variables'."

I wish we could turn the "generalized variable" text into a hyperlink
instead of needing the two-line blurb.


        Stefan




reply via email to

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