diff options
| author | Eli Zaretskii | 2021-07-06 15:25:51 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2021-07-06 15:25:51 +0300 |
| commit | fbf1cb2bf2de54bf894b45225d5ef6bf93f5f70b (patch) | |
| tree | c5bf771d2db02d773d199ce1989ceb5a0e7b767e | |
| parent | fda60094a2a686323bcf23439e286f2240cfe737 (diff) | |
| download | emacs-fbf1cb2bf2de54bf894b45225d5ef6bf93f5f70b.tar.gz emacs-fbf1cb2bf2de54bf894b45225d5ef6bf93f5f70b.zip | |
Fix overfull hbox in Emacs manual
* doc/emacs/display.texi (Displaying Boundaries): Fix overfull
hbox.
| -rw-r--r-- | doc/emacs/display.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi index 69d5df1b01d..dfd3a5a43d4 100644 --- a/doc/emacs/display.texi +++ b/doc/emacs/display.texi | |||
| @@ -1181,8 +1181,8 @@ that has some special meaning for formatting the source code of a | |||
| 1181 | program. | 1181 | program. |
| 1182 | 1182 | ||
| 1183 | To activate the fill-column indication display, use the minor modes | 1183 | To activate the fill-column indication display, use the minor modes |
| 1184 | @w{@kbd{M-x display-fill-column-indicator-mode}} and | 1184 | @code{display-fill-column-indicator-mode} and |
| 1185 | @w{@kbd{M-x global-display-fill-column-indicator-mode}}, which enable | 1185 | @code{global-display-fill-column-indicator-mode}, which enable |
| 1186 | the indicator locally or globally, respectively. | 1186 | the indicator locally or globally, respectively. |
| 1187 | 1187 | ||
| 1188 | Alternatively, you can set the two buffer-local variables | 1188 | Alternatively, you can set the two buffer-local variables |