diff options
| -rw-r--r-- | lisp/longlines.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/longlines.el b/lisp/longlines.el index af81793ce85..ee423c0c82a 100644 --- a/lisp/longlines.el +++ b/lisp/longlines.el | |||
| @@ -63,7 +63,7 @@ with differing widths." | |||
| 63 | "Non-nil means each hard newline is marked on the screen. | 63 | "Non-nil means each hard newline is marked on the screen. |
| 64 | \(The variable `longlines-show-effect' controls what they look like.) | 64 | \(The variable `longlines-show-effect' controls what they look like.) |
| 65 | You can also enable the display temporarily, using the command | 65 | You can also enable the display temporarily, using the command |
| 66 | `longlines-show-hard-newlines'" | 66 | `longlines-show-hard-newlines'." |
| 67 | :group 'longlines | 67 | :group 'longlines |
| 68 | :type 'boolean) | 68 | :type 'boolean) |
| 69 | 69 | ||