summaryrefslogtreecommitdiff
path: root/lisp/add-log.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-09-13 06:05:16 +0000
committerRichard M. Stallman <rms@gnu.org>1997-09-13 06:05:16 +0000
commit5cb58f82564a796979754ee59ec60cbf830f4f42 (patch)
treef73a3398c75b4829b4d410d958b5010297d41049 /lisp/add-log.el
parent9e9350481e23db7181c951b8f23554b691cf599f (diff)
(add-log-current-defun-function): Likewise.
Diffstat (limited to 'lisp/add-log.el')
-rw-r--r--lisp/add-log.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/add-log.el b/lisp/add-log.el
index d5af6b4a3d8..0b9e907f9af 100644
--- a/lisp/add-log.el
+++ b/lisp/add-log.el
@@ -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