emacs-diffs
[Top][All Lists]
Advanced

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

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


From: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/find-func.el
Date: Sat, 07 Sep 2002 02:45:43 -0400

Index: emacs/lisp/emacs-lisp/find-func.el
diff -c emacs/lisp/emacs-lisp/find-func.el:1.38 
emacs/lisp/emacs-lisp/find-func.el:1.39
*** emacs/lisp/emacs-lisp/find-func.el:1.38     Fri Sep  6 03:13:27 2002
--- emacs/lisp/emacs-lisp/find-func.el  Sat Sep  7 02:45:43 2002
***************
*** 97,104 ****
  (defcustom find-function-recenter-line 1
    "The window line-number from which to start displaying a symbol definition.
  A value of nil implies center the beginning of the definition.
! See the function `center-to-window-line' for more information, and
! `find-function' and `find-variable'."
    :group 'find-function
    :version "20.3")
  
--- 97,105 ----
  (defcustom find-function-recenter-line 1
    "The window line-number from which to start displaying a symbol definition.
  A value of nil implies center the beginning of the definition.
! See `find-function' and `find-variable'."
!   :type '(choice (const :tag "Center" nil)
!                integer)
    :group 'find-function
    :version "20.3")
  




reply via email to

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