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

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

bug#48779: (:documentation mydoc) not working


From: Christopher Dimech
Subject: bug#48779: (:documentation mydoc) not working
Date: Tue, 1 Jun 2021 17:23:12 +0200

I have the code below.  Doing "C-h f aoe" gives

-------- help ---------

aoe is a Lisp function in ‘gungadin.el’.

(aoe X)

Not documented.


-------- code --------

(defvar mydoc "foobar")

(defun aoe (x)
  (:documentation mydoc)
  (+ x 42))

-------- code --------



----- Christopher Dimech

Society has became too quick to pass judgement and declare someone Persona 
Non-Grata, 
the most extreme form of censure a country can bestow. 

In a new era of destructive authoritarianism, I support Richard Stallman.  
Times of great 
crisis are also times of great opportunity. I call upon you to make this 
struggle yours as well !

https://stallmansupport.org/     https://www.fsf.org/     https://www.gnu.org/






reply via email to

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