]> code.delx.au - gnu-emacs-elpa/commitdiff
rainbow-mode: fix some LaTex docstrings
authorJulien Danjou <julien@danjou.info>
Mon, 26 Nov 2012 15:30:43 +0000 (16:30 +0100)
committerJulien Danjou <julien@danjou.info>
Mon, 26 Nov 2012 15:30:43 +0000 (16:30 +0100)
packages/rainbow-mode/rainbow-mode.el

index bc6769388e09dfa895606ec77c82f389b325787a..c653209ccba3d47c523452fd084e735a510ff194 100644 (file)
@@ -266,18 +266,18 @@ will be enabled if a major mode has been detected from the
      (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)