mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(indent-line-function): Doc fix.
This commit is contained in:
parent
12f0a4d629
commit
59b5f3a80d
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
|||
"Function to indent the current line.
|
||||
This function will be called with no arguments.
|
||||
If it is called somewhere where auto-indentation cannot be done
|
||||
\(f.ex. inside a string), the function should simply return `noindent'.
|
||||
\(e.g. inside a string), the function should simply return `noindent'.
|
||||
Setting this function is all you need to make TAB indent appropriately.
|
||||
Don't rebind TAB unless you really need to.")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue