From b026d240fcdda641043dc88a2514715a8ebd92a7 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 13 Sep 2011 13:57:04 -0400 Subject: [PATCH 1/1] * lisp/progmodes/scheme.el (scheme-indent-function): Yet another doc typo. --- lisp/progmodes/scheme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/scheme.el b/lisp/progmodes/scheme.el index b936880363..66300d9762 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: 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))) -- 2.20.1