diff --git a/doc/org.texi b/doc/org.texi index 6b2614550..37f7e7731 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -7960,7 +7960,7 @@ Imenu allows menu access to an index of items in a file. Org mode supports Imenu - all you need to do to get the index is the following: @lisp (add-hook 'org-mode-hook - (lambda () 'imenu-add-to-menubar "Imenu")) + (lambda () (imenu-add-to-menubar "Imenu"))) @end lisp By default the index is two levels deep - you can modify the depth using the option @code{org-imenu-depth}. diff --git a/lisp/org-wl.el b/lisp/org-wl.el index e474c34cf..5fb1ce1a0 100644 --- a/lisp/org-wl.el +++ b/lisp/org-wl.el @@ -2,7 +2,7 @@ ;; Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. -;; Author: Carsten Dominik +;; Author: Tokuya Kameshima ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org ;; Version: 6.00pre-5