diff options
| author | Gerd Moellmann | 2000-02-22 16:57:09 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-02-22 16:57:09 +0000 |
| commit | 14cc00adb2531396212a43a5fa4cea35366ae033 (patch) | |
| tree | 7fd694d1bf85e412c10f13b97174f2acc083f8b2 /lisp/help.el | |
| parent | 47da5efad17e54f35d53195e05c326ec26eee351 (diff) | |
| download | emacs-14cc00adb2531396212a43a5fa4cea35366ae033.tar.gz emacs-14cc00adb2531396212a43a5fa4cea35366ae033.zip | |
(describe-variable): Set syntax table to
emacs-lisp-mode-syntax-table when moving forward over the
symbol's name.
Diffstat (limited to 'lisp/help.el')
| -rw-r--r-- | lisp/help.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/help.el b/lisp/help.el index 4beca0a8ecd..672933d42f7 100644 --- a/lisp/help.el +++ b/lisp/help.el | |||
| @@ -790,6 +790,7 @@ Returns the documentation as a string, also." | |||
| 790 | (set-buffer standard-output) | 790 | (set-buffer standard-output) |
| 791 | (if (> (count-lines (point-min) (point-max)) 10) | 791 | (if (> (count-lines (point-min) (point-max)) 10) |
| 792 | (progn | 792 | (progn |
| 793 | (set-syntax-table emacs-lisp-mode-syntax-table) | ||
| 793 | (goto-char (point-min)) | 794 | (goto-char (point-min)) |
| 794 | (if valvoid | 795 | (if valvoid |
| 795 | (forward-line 1) | 796 | (forward-line 1) |