comparison lisp/emacs-lisp/lisp-mode.el @ 9424:738999b0296f

Fix typo in previous change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 10 Oct 1994 21:54:32 +0000
parents 9076245a9fed
children aadef46f00f7
comparison
equal deleted inserted replaced
9423:9076245a9fed 9424:738999b0296f
299 (forward-line 1) 299 (forward-line 1)
300 (setq beg (point)) 300 (setq beg (point))
301 (> end beg)) 301 (> end beg))
302 (indent-code-rigidly beg end shift-amt))))) 302 (indent-code-rigidly beg end shift-amt)))))
303 303
304 defvar calculate-lisp-indent-last-sexp) 304 (defvar calculate-lisp-indent-last-sexp)
305 305
306 (defun calculate-lisp-indent (&optional parse-start) 306 (defun calculate-lisp-indent (&optional parse-start)
307 "Return appropriate indentation for current line as Lisp code. 307 "Return appropriate indentation for current line as Lisp code.
308 In usual case returns an integer: the column to indent to. 308 In usual case returns an integer: the column to indent to.
309 Can instead return a list, whose car is the column to indent to. 309 Can instead return a list, whose car is the column to indent to.