Index: emacs/lisp/help.el
diff -c emacs/lisp/help.el:1.281 emacs/lisp/help.el:1.282
*** emacs/lisp/help.el:1.281    Wed May  4 14:31:45 2005
--- emacs/lisp/help.el  Sun May 22 15:51:55 2005
***************
*** 698,705 ****
                    (princ " runs the command ")
                    (prin1 defn)
                    (princ "\n   which is ")
!                   (describe-function-1 defn))))
!           (print-help-return-message))))))))
  
  
  (defun describe-mode (&optional buffer)
--- 698,705 ----
                    (princ " runs the command ")
                    (prin1 defn)
                    (princ "\n   which is ")
!                   (describe-function-1 defn)))))
!           (print-help-return-message)))))))
  
  
  (defun describe-mode (&optional buffer)


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to