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
5a0f9388
Commit
5a0f9388
authored
May 21, 2002
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(indent-rigidly): Mention how to remove all indentation.
parent
f98345fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/indent.el
lisp/indent.el
+2
-1
No files found.
lisp/ChangeLog
View file @
5a0f9388
2002-05-21 Eli Zaretskii <eliz@is.elta.co.il>
* indent.el (indent-rigidly): Mention how to remove all indentation.
2002-05-21 Colin Walters <walters@gnu.org>
* international/mule-diag.el (describe-char-after): Order display
...
...
lisp/indent.el
View file @
5a0f9388
...
...
@@ -104,7 +104,8 @@ The function actually called to indent is determined by the value of
(
defun
indent-rigidly
(
start
end
arg
)
"Indent all lines starting in the region sideways by ARG columns.
Called from a program, takes three arguments, START, END and ARG."
Called from a program, takes three arguments, START, END and ARG.
You can remove all indentation from a region by giving a large negative ARG."
(
interactive
"r\np"
)
(
save-excursion
(
goto-char
end
)
...
...
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