CVSROOT: /sources/auctex Module name: reftex Changes by: Ralf Angeli <angeli> 09/08/08 17:48:14
Index: reftex-base.el =================================================================== RCS file: /sources/auctex/reftex/lisp/reftex-base.el,v retrieving revision 1.19 retrieving revision 1.20 diff -u -b -r1.19 -r1.20 --- reftex-base.el 29 Apr 2009 17:51:39 -0000 1.19 +++ reftex-base.el 8 Aug 2009 17:48:14 -0000 1.20 @@ -2461,7 +2461,7 @@ "Read documentation for RefTeX in the info system. With optional NODE, go directly to that node." (interactive) - (info (format "(reftex.info)%s" (or node "")))) + (info (format "(reftex)%s" (or node "")))) (defun reftex-report-bug () "Report a bug in RefTeX. _______________________________________________ auctex-diffs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex-diffs
