branch: externals/preview-auto
commit 4c7fcde32a1a02514ba643858cc8b65ff73f3829
Author: Paul Nelson <ultr...@gmail.com>
Commit: Paul Nelson <ultr...@gmail.com>

    checkdoc docstring fixes
    
    thanks to Jeremy Bryant for pointing these out
---
 preview-auto.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/preview-auto.el b/preview-auto.el
index a2b85ba6c2..13dafd4ed1 100644
--- a/preview-auto.el
+++ b/preview-auto.el
@@ -73,8 +73,8 @@ For this to have any effect, it must be set before
   "List of modes in which to use font-lock to detect math environments.
 Applies also to any derived modes.  This is faster than using
 `texmathp', but may not work outside tex major modes without additional
-setup.  Set to `nil' to always use `texmathp' (e.g., if you work in
-LaTeX-mode with font-lock disabled)."
+setup.  Set to nil to always use `texmathp' (e.g., if you work in
+`LaTeX-mode' with font-lock disabled)."
   :type '(repeat symbol))
 
 (defun preview-auto--math-p ()

Reply via email to