# HG changeset patch # User Gerd Moellmann # Date 951238398 0 # Node ID 8b7366f90bd915587aeb07692fee6d4b7663855f # Parent a7eda5c64268a7a4954ed864dfc8340a25436ba7 (describe-variable): Set syntax table to emacs-lisp-mode-syntax-table when moving forward over the symbol's name. diff -r a7eda5c64268 -r 8b7366f90bd9 lisp/help.el --- 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)