help-gnu-emacs
[Top][All Lists]
Advanced

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

Lisp mode doc, and Lisp indentation props


From: Ian Zimmerman
Subject: Lisp mode doc, and Lisp indentation props
Date: Sun, 9 Aug 2015 09:36:52 -0700
User-agent: Mutt/1.5.21 (2010-09-15)

Is there a document (Info format preferred, but another format would be
ok of course) describing the Emacs Lisp mode, from a _user_ POV,
similarly to how CC mode is documented, for example?  Strangely, I
cannot find one.

The specific information I'm after is about those little properties on
symbols that make some forms indent specially.  For example, what is
responsible for this difference:

(call-foo-with-args (nested-call arg1)
                    arg2)

vers.

(when (nested-call arg1)
  arg2)

?

-- 
Please *no* private copies of mailing list or newsgroup messages.
Rule 420: All persons more than eight miles high to leave the court.




reply via email to

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