diff options
| author | Glenn Morris <rgm@gnu.org> | 2011-09-13 13:44:25 -0400 |
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2011-09-13 13:44:25 -0400 |
| commit | dd4b63a6a53564e6ca16a45009ce8fa49bc61f37 (patch) | |
| tree | 5b03af5fa800f8f4bcaa3fe3b55e4a0ae25184a6 /lisp | |
| parent | ad87170ff365ce45fca51f24ef01119f5c5fb7d2 (diff) | |
| download | emacs-dd4b63a6a53564e6ca16a45009ce8fa49bc61f37.tar.gz | |
* lisp/progmodes/scheme.el (scheme-indent-function): Fix doc typo in previous.
Diffstat (limited to 'lisp')
| -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 fadcbf158e9..b9368803634 100644 --- a/lisp/progmodes/scheme.el +++ b/lisp/progmodes/scheme.el @@ -450,7 +450,7 @@ that variable's value is a string." 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.' +\(or the deprecated `scheme-indent-hook'), rather than `lisp-indent-function'. ii) if that property specifes a function, it is called with three arguments (not two), the third argument being the default (i.e., current) |
