emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105756: * lisp/progmodes/scheme.el (


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105756: * lisp/progmodes/scheme.el (scheme-indent-function): Yet another doc typo.
Date: Tue, 13 Sep 2011 13:57:04 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105756
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2011-09-13 13:57:04 -0400
message:
  * lisp/progmodes/scheme.el (scheme-indent-function): Yet another doc typo.
modified:
  lisp/progmodes/scheme.el
=== modified file 'lisp/progmodes/scheme.el'
--- a/lisp/progmodes/scheme.el  2011-09-13 17:44:25 +0000
+++ b/lisp/progmodes/scheme.el  2011-09-13 17:57:04 +0000
@@ -452,7 +452,7 @@
 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)))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]