emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ELPA-diffs] /srv/bzr/emacs/elpa r304: rainbow-mode: fix some LaTex docs


From: Julien Danjou
Subject: [ELPA-diffs] /srv/bzr/emacs/elpa r304: rainbow-mode: fix some LaTex docstrings
Date: Mon, 26 Nov 2012 16:30:43 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 304
committer: Julien Danjou <address@hidden>
branch nick: elpa
timestamp: Mon 2012-11-26 16:30:43 +0100
message:
  rainbow-mode: fix some LaTex docstrings
modified:
  packages/rainbow-mode/rainbow-mode.el
=== modified file 'packages/rainbow-mode/rainbow-mode.el'
--- a/packages/rainbow-mode/rainbow-mode.el     2012-11-14 16:16:36 +0000
+++ b/packages/rainbow-mode/rainbow-mode.el     2012-11-26 15:30:43 +0000
@@ -266,18 +266,18 @@
      (0 (rainbow-colorize-rgb)))
     ("{HTML}{\\([0-9A-Fa-f]\\{6\\}\\)}"
      (0 (rainbow-colorize-hexadecimal-without-sharp))))
-  "Font-lock keywords to add for X colors.")
+  "Font-lock keywords to add for LaTeX colors.")
 
 (defcustom rainbow-latex-colors-major-mode-list
   '(latex-mode)
-  "List of major mode where X colors are enabled when
+  "List of major mode where LaTeX colors are enabled when
 `rainbow-x-colors' is set to auto."
   :group 'rainbow)
 
 (defcustom rainbow-latex-colors 'auto
   "When to enable LaTeX colors.
 If set to t, the LaTeX colors will be enabled. If set to nil, the
-X colors will not be enabled.  If set to auto, the LaTeX colors
+LaTeX colors will not be enabled.  If set to auto, the LaTeX colors
 will be enabled if a major mode has been detected from the
 `rainbow-latex-colors-major-mode-list'."
   :group 'rainbow)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]