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

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

bug#9239: 23.3.50; defmacro* doc-string bug


From: Leo
Subject: bug#9239: 23.3.50; defmacro* doc-string bug
Date: Thu, 04 Aug 2011 17:54:54 +0800

Eval:

(require 'cl)
(defmacro* xyz ((&optional keymap))
  "KEYMAP is not keymap")

Now try viewing the doc-string using C-h f xyz RET which should look
similar to:

PNG image

i.e. the argument KEYMAP is not properly highlighted. Expect something
like:

PNG image

Leo

reply via email to

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