aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-06-17 14:33:40 +0000
committerRichard M. Stallman2005-06-17 14:33:40 +0000
commitc29316d5405f5a86921fe961bd1fc66a2b40f22e (patch)
treef170d12b215ff0afce96b63948d2d1a92a2835ee
parent8a33e9f1ca3a461f6b318ba97ff77556d6fac300 (diff)
downloademacs-c29316d5405f5a86921fe961bd1fc66a2b40f22e.tar.gz
emacs-c29316d5405f5a86921fe961bd1fc66a2b40f22e.zip
(longlines-mode, longlines-show-hard-newlines): Doc fixes.
-rw-r--r--lisp/longlines.el9
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.)
64You can also enable the display temporarily, using the command 65You 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
94show up when the text is yanked or saved to disk. 95show up when the text is yanked or saved to disk.
95 96
96If `longlines-auto-wrap' is non-nil, lines are automatically 97If the variable `longlines-auto-wrap' is non-nil, lines are automatically
97wrapped whenever the buffer is changed. You can always call 98wrapped 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
100If `longlines-show-hard-newlines' is non-nil, hard newlines will 101If the variable `longlines-show-hard-newlines' is non-nil, hard newlines
101be marked by a symbol." 102are 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