diff options
| author | Glenn Morris | 2011-09-13 13:57:04 -0400 |
|---|---|---|
| committer | Glenn Morris | 2011-09-13 13:57:04 -0400 |
| commit | b026d240fcdda641043dc88a2514715a8ebd92a7 (patch) | |
| tree | 34945684bd0184e76a259a33d47430592fedb748 | |
| parent | dd4b63a6a53564e6ca16a45009ce8fa49bc61f37 (diff) | |
| download | emacs-b026d240fcdda641043dc88a2514715a8ebd92a7.tar.gz emacs-b026d240fcdda641043dc88a2514715a8ebd92a7.zip | |
* lisp/progmodes/scheme.el (scheme-indent-function): Yet another doc typo.
| -rw-r--r-- | lisp/progmodes/scheme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/scheme.el b/lisp/progmodes/scheme.el index b9368803634..66300d97621 100644 --- a/lisp/progmodes/scheme.el +++ b/lisp/progmodes/scheme.el | |||
| @@ -452,7 +452,7 @@ This behaves like the function `lisp-indent-function', except that: | |||
| 452 | i) it checks for a non-nil value of the property `scheme-indent-function' | 452 | i) it checks for a non-nil value of the property `scheme-indent-function' |
| 453 | \(or the deprecated `scheme-indent-hook'), rather than `lisp-indent-function'. | 453 | \(or the deprecated `scheme-indent-hook'), rather than `lisp-indent-function'. |
| 454 | 454 | ||
| 455 | ii) if that property specifes a function, it is called with three | 455 | ii) if that property specifies a function, it is called with three |
| 456 | arguments (not two), the third argument being the default (i.e., current) | 456 | arguments (not two), the third argument being the default (i.e., current) |
| 457 | indentation." | 457 | indentation." |
| 458 | (let ((normal-indent (current-column))) | 458 | (let ((normal-indent (current-column))) |