help-gnu-emacs
[Top][All Lists]
Advanced

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

help doesn't buttonize some functions


From: Emanuel Berg
Subject: help doesn't buttonize some functions
Date: Fri, 27 Aug 2021 05:41:02 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

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




reply via email to

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