comparison lisp/help.el @ 90185:5b029ff3b08d

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-55 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 320-323) - Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 26 May 2005 05:42:19 +0000
parents 08185296b491 519850fadc32
children f9a65d7ebd29
comparison
equal deleted inserted replaced
90184:9e5e2f01c7ab 90185:5b029ff3b08d
696 (if (not mouse-1-remapped) 696 (if (not mouse-1-remapped)
697 (princ " remaps it to <mouse-2> which" )) 697 (princ " remaps it to <mouse-2> which" ))
698 (princ " runs the command ") 698 (princ " runs the command ")
699 (prin1 defn) 699 (prin1 defn)
700 (princ "\n which is ") 700 (princ "\n which is ")
701 (describe-function-1 defn)))) 701 (describe-function-1 defn)))))
702 (print-help-return-message)))))))) 702 (print-help-return-message)))))))
703 703
704 704
705 (defun describe-mode (&optional buffer) 705 (defun describe-mode (&optional buffer)
706 "Display documentation of current major mode and minor modes. 706 "Display documentation of current major mode and minor modes.
707 A brief summary of the minor modes comes first, followed by the 707 A brief summary of the minor modes comes first, followed by the