diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/modes.texi | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index 7b64a56b199..4315b70ed72 100644 --- a/doc/lispref/modes.texi +++ b/doc/lispref/modes.texi | |||
| @@ -1292,15 +1292,10 @@ Turning on Text mode runs the normal hook `text-mode-hook'." | |||
| 1292 | @end group | 1292 | @end group |
| 1293 | @group | 1293 | @group |
| 1294 | (setq-local text-mode-variant t) | 1294 | (setq-local text-mode-variant t) |
| 1295 | (setq-local require-final-newline mode-require-final-newline) | 1295 | (setq-local require-final-newline mode-require-final-newline)) |
| 1296 | (setq-local indent-line-function #'indent-relative)) | ||
| 1297 | @end group | 1296 | @end group |
| 1298 | @end smallexample | 1297 | @end smallexample |
| 1299 | 1298 | ||
| 1300 | @noindent | ||
| 1301 | (The last line is redundant nowadays, since @code{indent-relative} is | ||
| 1302 | the default value, and we'll delete it in a future version.) | ||
| 1303 | |||
| 1304 | @cindex @file{lisp-mode.el} | 1299 | @cindex @file{lisp-mode.el} |
| 1305 | The three Lisp modes (Lisp mode, Emacs Lisp mode, and Lisp Interaction | 1300 | The three Lisp modes (Lisp mode, Emacs Lisp mode, and Lisp Interaction |
| 1306 | mode) have more features than Text mode and the code is correspondingly | 1301 | mode) have more features than Text mode and the code is correspondingly |