emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105755: * lisp/progmodes/scheme.el (scheme-indent-function): Fix doc typo in previous.
Date: Tue, 13 Sep 2011 13:44:25 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105755
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2011-09-13 13:44:25 -0400
message:
  * lisp/progmodes/scheme.el (scheme-indent-function): Fix doc typo in previous.
modified:
  lisp/progmodes/scheme.el
=== modified file 'lisp/progmodes/scheme.el'
--- a/lisp/progmodes/scheme.el  2011-09-13 06:55:10 +0000
+++ b/lisp/progmodes/scheme.el  2011-09-13 17:44:25 +0000
@@ -450,7 +450,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.'
+\(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)


reply via email to

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