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
1d9cc345
Commit
1d9cc345
authored
May 19, 2002
by
Richard M. Stallman
Browse files
(indent-region): Make COLUMN arg optional.
parent
c3891447
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/indent.el
lisp/indent.el
+2
-2
No files found.
lisp/indent.el
View file @
1d9cc345
...
...
@@ -322,9 +322,9 @@ line, but does not move past any whitespace that was explicitly inserted
"Short cut function to indent region using `indent-according-to-mode'.
A value of nil means really run `indent-according-to-mode' on each line."
)
(
defun
indent-region
(
start
end
column
)
(
defun
indent-region
(
start
end
&optional
column
)
"Indent each nonblank line in the region.
With prefix
no
argument, indent each line using `indent-according-to-mode',
With
no
prefix argument, indent each line using `indent-according-to-mode',
or use `indent-region-function' to do the whole region if that's non-nil.
If there is a fill prefix, make each line start with the fill prefix.
With argument COLUMN, indent each line to that column.
...
...
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