unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#14240: 24.3; Fix info-look for latex-mode
@ 2013-04-22  4:09 Leo Liu
  2013-04-22 14:45 ` Leo Liu
  0 siblings, 1 reply; 2+ messages in thread
From: Leo Liu @ 2013-04-22  4:09 UTC (permalink / raw)
  To: 14240; +Cc: Karl Berry

Hello Karl,

I intend to fix info-look for LaTeX-mode as in the attached patch. Do
you have any idea where latex.info is from? I searched the web and found
http://shadow.ind.ntou.edu.tw/ctan/info/latex-info/latex.texinfo but I
am not sure its relation to the one in
http://svn.gna.org/viewcvs/latexrefman/trunk.

Thank you for your time.

Leo


diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8cd322ab..f68b235d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-22  Leo Liu  <sdl.web@gmail.com>
+
+	* info-look.el: Fix LaTeX info file name.
+
 2013-03-11  Glenn Morris  <rgm@gnu.org>
 
 	* Version 24.3 released.
diff --git a/lisp/info-look.el b/lisp/info-look.el
index f1390011..6d0af10e 100644
--- a/lisp/info-look.el
+++ b/lisp/info-look.el
@@ -866,7 +866,7 @@ (info-lookup-maybe-add-help
 (info-lookup-maybe-add-help
  :mode 'latex-mode
  :regexp "\\\\\\([a-zA-Z]+\\|[^a-zA-Z]\\)"
- :doc-spec '(("(latex)Command Index" nil
+ :doc-spec '(("(latex2e)Command Index" nil
 	      "`" "\\({[^}]*}\\)?'")))
 
 (info-lookup-maybe-add-help





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-04-22 14:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-22  4:09 bug#14240: 24.3; Fix info-look for latex-mode Leo Liu
2013-04-22 14:45 ` Leo Liu

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).