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
3103b038
Commit
3103b038
authored
Dec 24, 1995
by
Richard M. Stallman
Browse files
(fill-paragraph-function): Doc fix.
parent
46f7d088
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/textmodes/fill.el
lisp/textmodes/fill.el
+2
-1
No files found.
lisp/textmodes/fill.el
View file @
3103b038
...
...
@@ -41,7 +41,8 @@ A value of nil means that any change in indentation starts a new paragraph.")
"*Non-nil means put two spaces after a colon when filling."
)
(
defvar
fill-paragraph-function
nil
"Mode-specific function to fill a paragraph."
)
"Mode-specific function to fill a paragraph, or nil if there is none.
If the function returns nil, then `fill-paragraph' does its normal work."
)
(
defun
set-fill-prefix
()
"Set the fill prefix to the current line up to point.
...
...
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