# HG changeset patch # User Richard M. Stallman # Date 1119018820 0 # Node ID 6a1d35d4ea03c7bdf4ee53c3473ed508d5d3e6a3 # Parent 96c3254c37c56174679d78d26692a90d66d39f9e (longlines-mode, longlines-show-hard-newlines): Doc fixes. diff -r 96c3254c37c5 -r 6a1d35d4ea03 lisp/longlines.el --- a/lisp/longlines.el Fri Jun 17 14:32:46 2005 +0000 +++ b/lisp/longlines.el Fri Jun 17 14:33:40 2005 +0000 @@ -60,7 +60,8 @@ :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 @@ `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