]> git.eshelyaron.com Git - emacs.git/commitdiff
(add-log-current-defun-function): Likewise.
authorRichard M. Stallman <rms@gnu.org>
Sat, 13 Sep 1997 06:05:16 +0000 (06:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 13 Sep 1997 06:05:16 +0000 (06:05 +0000)
lisp/add-log.el

index d5af6b4a3d8e072a75b69e4eeb718a66f9715274..0b9e907f9af86e59ac801ce570d7523cd044f162 100644 (file)
@@ -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