changeset 106451:ac7e866f2b51

* info-look.el: Add setup for apropos-mode to use emacs-lisp-mode manuals, similar to existing setup for help-mode. (My bug#3913.)
author Kevin Ryde <user42@zip.com.au>
date Sun, 06 Dec 2009 00:42:19 +0000
parents 229e77015023
children 4543cbad36da
files lisp/ChangeLog
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)