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

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

bug#5612: 23.1.92; Help does not show doc for command bound to mouse eve


From: Chong Yidong
Subject: bug#5612: 23.1.92; Help does not show doc for command bound to mouse event
Date: Tue, 06 Jul 2010 15:41:30 -0400

>  (zoom-in ARG)
>
>  Not documented.
>
> That's false; it is documented. This is the doc string:

In your source file, you got the interactive call and the docstring
mixed up:

  (defun zoom-in (arg)
    (interactive "P")
    "Zoom current frame or buffer in...





reply via email to

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