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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/help-fns.el
Date: Tue, 04 Feb 2003 06:23:06 -0500

Index: emacs/lisp/help-fns.el
diff -c emacs/lisp/help-fns.el:1.27 emacs/lisp/help-fns.el:1.28
*** emacs/lisp/help-fns.el:1.27 Tue Jan  7 14:17:46 2003
--- emacs/lisp/help-fns.el      Tue Feb  4 06:23:06 2003
***************
*** 91,97 ****
              (newline n))
          ;; Some people get confused by the large gap.
          (newline (/ n 2))
!         
          ;; Skip the [...] line (don't delete it).
          (forward-line 1)
          (newline (- n (/ n 2)))))
--- 91,97 ----
              (newline n))
          ;; Some people get confused by the large gap.
          (newline (/ n 2))
! 
          ;; Skip the [...] line (don't delete it).
          (forward-line 1)
          (newline (- n (/ n 2)))))




reply via email to

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