Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
157bca46
Commit
157bca46
authored
Apr 08, 2009
by
Chong Yidong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* textmodes/fill.el (fill-paragraph): Doc fix.
parent
6638d82a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/textmodes/fill.el
lisp/textmodes/fill.el
+4
-3
No files found.
lisp/ChangeLog
View file @
157bca46
2009-04-08 Chong Yidong <cyd@stupidchicken.com>
* textmodes/fill.el (fill-paragraph): Doc fix.
2009-04-07 Chong Yidong <cyd@stupidchicken.com>
* vc-bzr.el (vc-bzr-log-view-mode): Fix last fix.
...
...
lisp/textmodes/fill.el
View file @
157bca46
...
...
@@ -780,9 +780,10 @@ argument to it), and if it returns non-nil, we simply return its value.
If `fill-paragraph-function' is nil, return the `fill-prefix' used for filling.
Interactively (when `region' is non-nil) in Transient Mark mode when
the mark is active, call `fill-region' to fill each of the paragraphs
in the active region."
The REGION argument is non-nil if called interactively; in that
case, if Transient Mark mode is enabled and the mark is active,
call `fill-region' to fill each of the paragraphs in the active
region, instead of just filling the current paragraph."
(interactive (progn
(barf-if-buffer-read-only)
(list (if current-prefix-arg 'full) t)))
...
...
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