1
Fork 0
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:
Glenn Morris 2008-09-12 03:07:25 +00:00
parent 12f0a4d629
commit 59b5f3a80d

View file

@ -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.")