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: Sat, 12 Apr 2003 00:27:47 -0400

Index: emacs/lisp/help-fns.el
diff -c emacs/lisp/help-fns.el:1.30 emacs/lisp/help-fns.el:1.31
*** emacs/lisp/help-fns.el:1.30 Wed Feb 12 18:13:43 2003
--- emacs/lisp/help-fns.el      Sat Apr 12 00:27:46 2003
***************
*** 181,187 ****
        doc
      (format "%s%s%s" doc
            (if (string-match "\n?\n\\'" doc)
!               (if (< (- (match-end 0) (match-beginning 0)) 2) "\n")
              "\n\n")
            (help-make-usage 'fn arglist))))
  
--- 181,187 ----
        doc
      (format "%s%s%s" doc
            (if (string-match "\n?\n\\'" doc)
!               (if (< (- (match-end 0) (match-beginning 0)) 2) "\n" "")
              "\n\n")
            (help-make-usage 'fn arglist))))
  




reply via email to

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