/[emacs]/emacs/lisp/emacs-lisp/find-func.el
ViewVC logotype

Diff of /emacs/lisp/emacs-lisp/find-func.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.38 by lektu, Fri Sep 6 07:13:27 2002 UTC revision 1.39 by jpw, Sat Sep 7 06:45:43 2002 UTC
# Line 97  default." Line 97  default."
97  (defcustom find-function-recenter-line 1  (defcustom find-function-recenter-line 1
98    "The window line-number from which to start displaying a symbol definition.    "The window line-number from which to start displaying a symbol definition.
99  A value of nil implies center the beginning of the definition.  A value of nil implies center the beginning of the definition.
100  See the function `center-to-window-line' for more information, and  See `find-function' and `find-variable'."
101  `find-function' and `find-variable'."    :type '(choice (const :tag "Center" nil)
102                     integer)
103    :group 'find-function    :group 'find-function
104    :version "20.3")    :version "20.3")
105    

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26