Mercurial > emacs
changeset 24233:5e43fcb42e81
(imenu-sort-function): Fix custom type.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 31 Jan 1999 07:20:12 +0000 |
parents | 446e5ef3f423 |
children | 998fefa595a7 |
files | lisp/imenu.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/imenu.el Sun Jan 31 04:39:37 1999 +0000 +++ b/lisp/imenu.el Sun Jan 31 07:20:12 1999 +0000 @@ -132,7 +132,7 @@ element should come before the second. The arguments are cons cells; \(NAME . POSITION). Look at `imenu--sort-by-name' for an example." :type '(choice (const :tag "No sorting" nil) - (const :tag "Sort by name" 'imenu--sort-by-name) + (const :tag "Sort by name" imenu--sort-by-name) (function :tag "Another function")) :group 'imenu)