* lisp/progmodes/scheme.el (scheme-indent-function): Yet another doc typo.
This commit is contained in:
parent
dd4b63a6a5
commit
b026d240fc
1 changed files with 1 additions and 1 deletions
|
@ -452,7 +452,7 @@ This behaves like the function `lisp-indent-function', except that:
|
|||
i) it checks for a non-nil value of the property `scheme-indent-function'
|
||||
\(or the deprecated `scheme-indent-hook'), rather than `lisp-indent-function'.
|
||||
|
||||
ii) if that property specifes a function, it is called with three
|
||||
ii) if that property specifies a function, it is called with three
|
||||
arguments (not two), the third argument being the default (i.e., current)
|
||||
indentation."
|
||||
(let ((normal-indent (current-column)))
|
||||
|
|
Loading…
Add table
Reference in a new issue