]> code.delx.au - gnu-emacs/blobdiff - lisp/help.el
(describe-variable): Set syntax table to
[gnu-emacs] / lisp / help.el
index 4beca0a8ecd82b34c7ab544cd63df0e3044ed7b3..672933d42f77205397a07806032b421d0606dfb0 100644 (file)
@@ -790,6 +790,7 @@ Returns the documentation as a string, also."
            (set-buffer standard-output)
            (if (> (count-lines (point-min) (point-max)) 10)
                (progn
+                 (set-syntax-table emacs-lisp-mode-syntax-table)
                  (goto-char (point-min))
                  (if valvoid
                      (forward-line 1)