diff options
| -rw-r--r-- | lispref/modes.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lispref/modes.texi b/lispref/modes.texi index 7e973c1263b..5d91b238fca 100644 --- a/lispref/modes.texi +++ b/lispref/modes.texi | |||
| @@ -1700,7 +1700,6 @@ the information in another fashion. This way, customizations made by | |||
| 1700 | the user or by Lisp programs (such as @code{display-time} and major | 1700 | the user or by Lisp programs (such as @code{display-time} and major |
| 1701 | modes) via changes to those variables remain effective. | 1701 | modes) via changes to those variables remain effective. |
| 1702 | 1702 | ||
| 1703 | @cindex Shell mode @code{mode-line-format} | ||
| 1704 | Here is an example of a @code{mode-line-format} that might be | 1703 | Here is an example of a @code{mode-line-format} that might be |
| 1705 | useful for @code{shell-mode}, since it contains the host name and default | 1704 | useful for @code{shell-mode}, since it contains the host name and default |
| 1706 | directory. | 1705 | directory. |
| @@ -2339,7 +2338,7 @@ Setting this variable makes it buffer-local in the current buffer. | |||
| 2339 | 2338 | ||
| 2340 | @node Font Lock Mode | 2339 | @node Font Lock Mode |
| 2341 | @section Font Lock Mode | 2340 | @section Font Lock Mode |
| 2342 | @cindex Font Lock Mode | 2341 | @cindex Font Lock mode |
| 2343 | 2342 | ||
| 2344 | @dfn{Font Lock mode} is a feature that automatically attaches | 2343 | @dfn{Font Lock mode} is a feature that automatically attaches |
| 2345 | @code{face} properties to certain parts of the buffer based on their | 2344 | @code{face} properties to certain parts of the buffer based on their |