all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* help doesn't buttonize some functions
@ 2021-08-27  3:41 Emanuel Berg via Users list for the GNU Emacs text editor
  2021-08-27  3:46 ` Emanuel Berg via Users list for the GNU Emacs text editor
  2021-08-27  8:05 ` Stephen Berman
  0 siblings, 2 replies; 5+ messages in thread
From: Emanuel Berg via Users list for the GNU Emacs text editor @ 2021-08-27  3:41 UTC (permalink / raw)
  To: help-gnu-emacs

Eval this:

(defun test-fun ()
  "`equal' isn't the same as `='. `+' doesn't work either." )

Then do

  C-h f test-fun RET

and observe that while `equal' is a button, neither of `=' or
`+' is.

It is the same from C, see for example

  C-h f eql RET

where `eq' and `eql' are buttonized, `=' isn't.

eql is defined in src/fns.c

-- 
underground experts united
https://dataswamp.org/~incal




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

end of thread, other threads:[~2021-08-27  8:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-27  3:41 help doesn't buttonize some functions Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-27  3:46 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-27  8:05 ` Stephen Berman
2021-08-27  8:13   ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-27  8:51     ` Emacs 28.1 (was: Re: help doesn't buttonize some functions) Emanuel Berg via Users list for the GNU Emacs text editor

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.