Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c29316d5
Commit
c29316d5
authored
Jun 17, 2005
by
Richard M. Stallman
Browse files
(longlines-mode, longlines-show-hard-newlines): Doc fixes.
parent
8a33e9f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
lisp/longlines.el
lisp/longlines.el
+5
-4
No files found.
lisp/longlines.el
View file @
c29316d5
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment