emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/help-fns.el


From: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/help-fns.el
Date: Tue, 29 Nov 2005 19:51:33 -0500

Index: emacs/lisp/help-fns.el
diff -c emacs/lisp/help-fns.el:1.80 emacs/lisp/help-fns.el:1.81
*** emacs/lisp/help-fns.el:1.80 Thu Nov 10 08:04:07 2005
--- emacs/lisp/help-fns.el      Wed Nov 30 00:51:33 2005
***************
*** 436,442 ****
                           (format "\nMacro: %s" (format-kbd-macro def)))
                          (t "[Missing arglist.  Please make a bug report.]")))
                   (high (help-highlight-arguments use doc)))
!             (insert (car high) "\n")
              (setq doc (cdr high))))
          (let ((obsolete (and
                           ;; function might be a lambda construct.
--- 436,444 ----
                           (format "\nMacro: %s" (format-kbd-macro def)))
                          (t "[Missing arglist.  Please make a bug report.]")))
                   (high (help-highlight-arguments use doc)))
!             (let ((fill-begin (point)))
!             (insert (car high) "\n")
!             (fill-region fill-begin (point)))
              (setq doc (cdr high))))
          (let ((obsolete (and
                           ;; function might be a lambda construct.




reply via email to

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