From: Julien Danjou Date: Mon, 26 Nov 2012 15:30:43 +0000 (+0100) Subject: rainbow-mode: fix some LaTex docstrings X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/adab52e23bb75ee30b25f6a9ebadf19e9cc2c599?hp=67f0bb6956e198cdebf3f3db6c04796810d47d95 rainbow-mode: fix some LaTex docstrings --- diff --git a/packages/rainbow-mode/rainbow-mode.el b/packages/rainbow-mode/rainbow-mode.el index bc6769388..c653209cc 100644 --- a/packages/rainbow-mode/rainbow-mode.el +++ b/packages/rainbow-mode/rainbow-mode.el @@ -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)