diff options
| author | Richard M. Stallman | 1997-09-13 06:05:16 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-09-13 06:05:16 +0000 |
| commit | 5cb58f82564a796979754ee59ec60cbf830f4f42 (patch) | |
| tree | f73a3398c75b4829b4d410d958b5010297d41049 | |
| parent | 9e9350481e23db7181c951b8f23554b691cf599f (diff) | |
| download | emacs-5cb58f82564a796979754ee59ec60cbf830f4f42.tar.gz emacs-5cb58f82564a796979754ee59ec60cbf830f4f42.zip | |
(add-log-current-defun-function): Likewise.
| -rw-r--r-- | lisp/add-log.el | 2 |
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 @@ | |||
| 45 | *If non-nil, function to guess name of current function from surrounding text. | 45 | *If non-nil, function to guess name of current function from surrounding text. |
| 46 | \\[add-change-log-entry] calls this function (if nil, `add-log-current-defun' | 46 | \\[add-change-log-entry] calls this function (if nil, `add-log-current-defun' |
| 47 | instead) with no arguments. It returns a string or nil if it cannot guess." | 47 | instead) with no arguments. It returns a string or nil if it cannot guess." |
| 48 | :type 'boolean | 48 | :type 'function |
| 49 | :group 'change-log) | 49 | :group 'change-log) |
| 50 | 50 | ||
| 51 | ;;;###autoload | 51 | ;;;###autoload |