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
b9ce5694
Commit
b9ce5694
authored
Sep 14, 2000
by
Gerd Moellmann
Browse files
(indent-for-tab-command): Doc fix.
parent
9385d14d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/indent.el
lisp/indent.el
+2
-0
No files found.
lisp/ChangeLog
View file @
b9ce5694
2000-09-14 Gerd Moellmann <gerd@gnu.org>
* indent.el (indent-for-tab-command): Doc fix.
2000-09-13 Kenichi Handa <handa@etl.go.jp>
2000-09-13 Kenichi Handa <handa@etl.go.jp>
* international/quail.el (quail-start-translation): Translate KEY
* international/quail.el (quail-start-translation): Translate KEY
...
...
lisp/indent.el
View file @
b9ce5694
...
@@ -47,6 +47,8 @@
...
@@ -47,6 +47,8 @@
(
defun
indent-for-tab-command
(
&optional
prefix-arg
)
(
defun
indent-for-tab-command
(
&optional
prefix-arg
)
"Indent line in proper way for current major mode.
"Indent line in proper way for current major mode.
If initial point was within line's indentation, position after
the indentation. Else stay at same point in text.
The function actually called is determined by the value of
The function actually called is determined by the value of
`indent-line-function'."
`indent-line-function'."
(
interactive
"P"
)
(
interactive
"P"
)
...
...
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