aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2005-06-17 14:33:40 +0000
committerRichard M. Stallman <[email protected]>2005-06-17 14:33:40 +0000
commitc29316d5405f5a86921fe961bd1fc66a2b40f22e (patch)
treef170d12b215ff0afce96b63948d2d1a92a2835ee /lisp
parent8a33e9f1ca3a461f6b318ba97ff77556d6fac300 (diff)
(longlines-mode, longlines-show-hard-newlines): Doc fixes.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/longlines.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/lisp/longlines.el b/lisp/longlines.el
index 7583e03b4b..c6de1d2347 100644
--- a/lisp/longlines.el
+++ b/lisp/longlines.el
@@ -60,7 +60,8 @@ with differing widths."
:type 'boolean)
(defcustom longlines-show-hard-newlines nil
- "*Non-nil means each hard newline is marked with a symbol.
+ "*Non-nil means each hard newline is marked on the screen.
+\(The variable `longlines-show-effect' controls what they look like.)
You can also enable the display temporarily, using the command
`longlines-show-hard-newlines'"
:group 'longlines
@@ -93,12 +94,12 @@ In Long Lines mode, long lines are wrapped if they extend beyond
`fill-column'. The soft newlines used for line wrapping will not
show up when the text is yanked or saved to disk.
-If `longlines-auto-wrap' is non-nil, lines are automatically
+If the variable `longlines-auto-wrap' is non-nil, lines are automatically
wrapped whenever the buffer is changed. You can always call
`fill-paragraph' to fill individual paragraphs.
-If `longlines-show-hard-newlines' is non-nil, hard newlines will
-be marked by a symbol."
+If the variable `longlines-show-hard-newlines' is non-nil, hard newlines
+are indicated with a symbol."
:group 'longlines :lighter " ll"
(if longlines-mode
;; Turn on longlines mode