changeset 27806:8b7366f90bd9

(describe-variable): Set syntax table to emacs-lisp-mode-syntax-table when moving forward over the symbol's name.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 22 Feb 2000 16:53:18 +0000
parents a7eda5c64268
children 2999ff7760b6
files lisp/help.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/help.el	Tue Feb 22 12:02:10 2000 +0000
+++ b/lisp/help.el	Tue Feb 22 16:53:18 2000 +0000
@@ -790,6 +790,7 @@
 	    (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)