[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r104895: * longlines.el (longlines-mo
From: |
Lars Magne Ingebrigtsen |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r104895: * longlines.el (longlines-mode): Document what ARG does. |
Date: |
Sun, 03 Jul 2011 02:59:01 +0200 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 104895
fixes bug(s): http://debbugs.gnu.org/6150
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sun 2011-07-03 02:59:01 +0200
message:
* longlines.el (longlines-mode): Document what ARG does.
modified:
lisp/ChangeLog
lisp/longlines.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2011-07-02 23:52:35 +0000
+++ b/lisp/ChangeLog 2011-07-03 00:59:01 +0000
@@ -1,3 +1,7 @@
+2011-07-03 Lars Magne Ingebrigtsen <address@hidden>
+
+ * longlines.el (longlines-mode): Document what ARG does (bug#6150).
+
2011-07-02 Lars Magne Ingebrigtsen <address@hidden>
* custom.el (defcustom): Clarify that :set is only used in the
=== modified file 'lisp/longlines.el'
--- a/lisp/longlines.el 2011-04-19 13:44:55 +0000
+++ b/lisp/longlines.el 2011-07-03 00:59:01 +0000
@@ -95,11 +95,15 @@
;;;###autoload
(define-minor-mode longlines-mode
- "Toggle Long Lines mode.
+ "Minor mode to wrap long lines.
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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r104895: * longlines.el (longlines-mode): Document what ARG does.,
Lars Magne Ingebrigtsen <=