emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master a162769: Mention `lisp-indent-function' in the lisp


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master a162769: Mention `lisp-indent-function' in the lispref manual
Date: Wed, 27 Apr 2016 18:49:52 +0000

branch: master
commit a1627691a896b2afaa264f93534178bc763564c9
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Mention `lisp-indent-function' in the lispref manual
    
    * doc/lispref/macros.texi (Indenting Macros): Mention
    `lisp-indent-function' (bug#3393).
---
 doc/lispref/macros.texi |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/lispref/macros.texi b/doc/lispref/macros.texi
index 3f9db8c..6472bd1 100644
--- a/doc/lispref/macros.texi
+++ b/doc/lispref/macros.texi
@@ -595,6 +595,11 @@ calls to the macro.  An indentation specification is 
written like this:
 @end example
 
 @noindent
address@hidden @code{lisp-indent-function} property
+This results in the @code{lisp-indent-function} property being set on
+the macro name.
+
address@hidden
 Here are the possibilities for @var{indent-spec}:
 
 @table @asis



reply via email to

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