diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/modes.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index f380f1669e0..f8cf4578fc2 100644 --- a/doc/lispref/modes.texi +++ b/doc/lispref/modes.texi | |||
| @@ -1428,7 +1428,7 @@ or to switch back to an existing one." | |||
| 1428 | (lisp-mode-variables nil t) | 1428 | (lisp-mode-variables nil t) |
| 1429 | (setq-local find-tag-default-function 'lisp-find-tag-default) | 1429 | (setq-local find-tag-default-function 'lisp-find-tag-default) |
| 1430 | (setq-local comment-start-skip | 1430 | (setq-local comment-start-skip |
| 1431 | "\\(\\(^\\|[^\\\\\n]\\)\\(\\\\\\\\\\)*\\)\\(;+\\|#|\\) *") | 1431 | "\\(\\(^\\|[^\\\n]\\)\\(\\\\\\\\\\)*\\)\\(;+\\|#|\\) *") |
| 1432 | (setq imenu-case-fold-search t)) | 1432 | (setq imenu-case-fold-search t)) |
| 1433 | @end group | 1433 | @end group |
| 1434 | @end smallexample | 1434 | @end smallexample |