unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Printing function documentation via an interactive option
@ 2024-05-09 20:56 Heime
  2024-05-09 21:25 ` [External] : " Drew Adams
  0 siblings, 1 reply; 5+ messages in thread
From: Heime @ 2024-05-09 20:56 UTC (permalink / raw)
  To: Heime via Users list for the GNU Emacs text editor

Would it be possible to display the documentation of the current function 
should a user select the initial value "?".  Furthermore, because I am 
requiring a match, would the initial-value have to be included in COLLECTION ? 


  (interactive
    (list
      (let ( (cseq '("global-activate" "global-deactivate" "?")) )
        (completing-read "Switch: " cseq nil t "?"))))





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-05-09 22:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-09 20:56 Printing function documentation via an interactive option Heime
2024-05-09 21:25 ` [External] : " Drew Adams
2024-05-09 21:46   ` Heime
2024-05-09 22:02     ` Heime
2024-05-09 22:06     ` Drew Adams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).