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

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

suggestion for documentation


From: David
Subject: suggestion for documentation
Date: Wed, 29 Nov 2000 11:15:12 -0700

;;; -*-Mode: emacs-lisp-*-

;;; It would be nice if this code produced "documentation" rather than
;;; "Keyboard macro."

(defconst  xxxx-macro  [?\M-x ?f ?o ?r ?w ?  ?c ?  return]  "documentation")

(message  (documentation  xxxx-macro))

;;; Code at line 334 in doc.c
;;;  else if (STRINGP (fun) || VECTORP (fun))
;;;    {
;;;      return build_string ("Keyboard macro.");
;;;    }



reply via email to

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