* lisp/progmodes/scheme.el (scheme-indent-function): Fix doc typo in previous.
authorGlenn Morris <rgm@gnu.org>
Tue, 13 Sep 2011 17:44:25 +0000 (13:44 -0400)
committerGlenn Morris <rgm@gnu.org>
Tue, 13 Sep 2011 17:44:25 +0000 (13:44 -0400)
lisp/progmodes/scheme.el

index fadcbf1..b936880 100644 (file)
@@ -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)