diff options
| author | Richard M. Stallman | 2005-06-17 14:33:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-06-17 14:33:40 +0000 |
| commit | c29316d5405f5a86921fe961bd1fc66a2b40f22e (patch) | |
| tree | f170d12b215ff0afce96b63948d2d1a92a2835ee | |
| parent | 8a33e9f1ca3a461f6b318ba97ff77556d6fac300 (diff) | |
| download | emacs-c29316d5405f5a86921fe961bd1fc66a2b40f22e.tar.gz emacs-c29316d5405f5a86921fe961bd1fc66a2b40f22e.zip | |
(longlines-mode, longlines-show-hard-newlines): Doc fixes.
| -rw-r--r-- | lisp/longlines.el | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lisp/longlines.el b/lisp/longlines.el index 7583e03b4b0..c6de1d2347e 100644 --- a/lisp/longlines.el +++ b/lisp/longlines.el | |||
| @@ -60,7 +60,8 @@ with differing widths." | |||
| 60 | :type 'boolean) | 60 | :type 'boolean) |
| 61 | 61 | ||
| 62 | (defcustom longlines-show-hard-newlines nil | 62 | (defcustom longlines-show-hard-newlines nil |
| 63 | "*Non-nil means each hard newline is marked with a symbol. | 63 | "*Non-nil means each hard newline is marked on the screen. |
| 64 | \(The variable `longlines-show-effect' controls what they look like.) | ||
| 64 | You can also enable the display temporarily, using the command | 65 | You can also enable the display temporarily, using the command |
| 65 | `longlines-show-hard-newlines'" | 66 | `longlines-show-hard-newlines'" |
| 66 | :group 'longlines | 67 | :group 'longlines |
| @@ -93,12 +94,12 @@ In Long Lines mode, long lines are wrapped if they extend beyond | |||
| 93 | `fill-column'. The soft newlines used for line wrapping will not | 94 | `fill-column'. The soft newlines used for line wrapping will not |
| 94 | show up when the text is yanked or saved to disk. | 95 | show up when the text is yanked or saved to disk. |
| 95 | 96 | ||
| 96 | If `longlines-auto-wrap' is non-nil, lines are automatically | 97 | If the variable `longlines-auto-wrap' is non-nil, lines are automatically |
| 97 | wrapped whenever the buffer is changed. You can always call | 98 | wrapped whenever the buffer is changed. You can always call |
| 98 | `fill-paragraph' to fill individual paragraphs. | 99 | `fill-paragraph' to fill individual paragraphs. |
| 99 | 100 | ||
| 100 | If `longlines-show-hard-newlines' is non-nil, hard newlines will | 101 | If the variable `longlines-show-hard-newlines' is non-nil, hard newlines |
| 101 | be marked by a symbol." | 102 | are indicated with a symbol." |
| 102 | :group 'longlines :lighter " ll" | 103 | :group 'longlines :lighter " ll" |
| 103 | (if longlines-mode | 104 | (if longlines-mode |
| 104 | ;; Turn on longlines mode | 105 | ;; Turn on longlines mode |