changeset 19904:1e0f71fd673c

(add-log-current-defun-function): Likewise.
author Richard M. Stallman <rms@gnu.org>
date Sat, 13 Sep 1997 06:05:16 +0000
parents bfd7fbd77e8a
children 9a4cdbf423ea
files lisp/add-log.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/add-log.el	Sat Sep 13 06:04:04 1997 +0000
+++ b/lisp/add-log.el	Sat Sep 13 06:05:16 1997 +0000
@@ -45,7 +45,7 @@
 *If non-nil, function to guess name of current function from surrounding text.
 \\[add-change-log-entry] calls this function (if nil, `add-log-current-defun'
 instead) with no arguments.  It returns a string or nil if it cannot guess."
-  :type 'boolean
+  :type 'function
   :group 'change-log)
 
 ;;;###autoload