emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 3fc1ed8 02/64: Mention `lisp-indent-function' in


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] emacs-25 3fc1ed8 02/64: Mention `lisp-indent-function' in the lispref manual
Date: Sun, 01 May 2016 18:18:38 +0000

branch: emacs-25
commit 3fc1ed8e010fdb8c98ee2aed54f39f7bb52fb2cc
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).
    
    (cherry picked from commit a1627691a896b2afaa264f93534178bc763564c9)
---
 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]