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
36adf6ce
Commit
36adf6ce
authored
Jul 03, 2011
by
Lars Magne Ingebrigtsen
Browse files
* longlines.el (longlines-mode): Document what ARG does.
Fixes: debbugs:6150
parent
ecd283b9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/longlines.el
lisp/longlines.el
+5
-1
No files found.
lisp/ChangeLog
View file @
36adf6ce
2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
* longlines.el (longlines-mode): Document what ARG does (bug#6150).
2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
* custom.el (defcustom): Clarify that :set is only used in the
...
...
lisp/longlines.el
View file @
36adf6ce
...
...
@@ -95,11 +95,15 @@ This is used when `longlines-show-hard-newlines' is on."
;;;###autoload
(
define-minor-mode
longlines-mode
"
Toggle L
ong
L
ines
mode
.
"
Minor mode to wrap l
ong
l
ines.
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.
With no argument, this command toggles Flyspell mode.
With a prefix argument ARG, turn Flyspell minor mode on if ARG is positive,
otherwise turn it off.
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.
...
...
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