# HG changeset patch
# User Kevin Ryde <user42@zip.com.au>
# Date 1260060139 0
# Node ID ac7e866f2b516d006fb3f8957501b995a9a6492f
# Parent  229e77015023745add86fb3d849d6e65dc0e2a20
* info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
manuals, similar to existing setup for help-mode.  (My bug#3913.)

diff -r 229e77015023 -r ac7e866f2b51 lisp/ChangeLog
--- a/lisp/ChangeLog	Sun Dec 06 00:41:18 2009 +0000
+++ b/lisp/ChangeLog	Sun Dec 06 00:42:19 2009 +0000
@@ -3,6 +3,9 @@
 	* ffap.el (ffap-rfc-path): Make this a defcustom since
 	`ffap-rfc-directories' is also a defcustom.  (My Bug#4514.)
 
+	* info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
+	manuals, similar to existing setup for help-mode.  (My bug#3913.)
+
 2009-12-05  Juri Linkov  <juri@jurta.org>
 
 	Save and restore dired buffer's point positions too.  (Bug#4880)