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

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

Re: usability problem of emacs describe-mode


From: Andreas Politz
Subject: Re: usability problem of emacs describe-mode
Date: Mon, 23 Feb 2009 20:27:24 +0100
User-agent: Mozilla-Thunderbird 2.0.0.17 (X11/20081018)

Xah Lee wrote:
usability of emacs mode documentation.

emacs's describe-mode (Ctrl+h m) is really unusable.
[...]

(defun describe-major-mode (&optional buffer)
  "Describe only major-mode."
  (interactive)
  (let (minor-mode-list minor-mode-alist)
    (describe-mode buffer)))

-ap


reply via email to

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