emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/man.el
Date: Sun, 13 Jan 2002 04:58:40 -0500

Index: emacs/lisp/man.el
diff -c emacs/lisp/man.el:1.110 emacs/lisp/man.el:1.111
*** emacs/lisp/man.el:1.110     Fri Nov 30 16:56:46 2001
--- emacs/lisp/man.el   Sun Jan 13 04:58:40 2002
***************
*** 1050,1056 ****
    (Man-find-section (aheadsym Man-sections-alist)))
  
  (defun Man-goto-see-also-section ()
!   "Move point the the \"SEE ALSO\" section.
  Actually the section moved to is described by `Man-see-also-regexp'."
    (interactive)
    (if (not (Man-find-section Man-see-also-regexp))
--- 1050,1056 ----
    (Man-find-section (aheadsym Man-sections-alist)))
  
  (defun Man-goto-see-also-section ()
!   "Move point to the \"SEE ALSO\" section.
  Actually the section moved to is described by `Man-see-also-regexp'."
    (interactive)
    (if (not (Man-find-section Man-see-also-regexp))



reply via email to

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