mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(indent-for-tab-command): Doc fix.
This commit is contained in:
parent
9385d14d31
commit
b9ce5694b3
2 changed files with 6 additions and 0 deletions
|
|
@ -47,6 +47,8 @@
|
|||
|
||||
(defun indent-for-tab-command (&optional prefix-arg)
|
||||
"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
|
||||
`indent-line-function'."
|
||||
(interactive "P")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue