mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-07 06:50:23 -08:00
Doc fixes related to "(declare (indent symbol))" (bug#13450)
* doc/lispref/macros.texi (Indenting Macros): Fix order of an indent symbol's arguments. * lisp/emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
This commit is contained in:
parent
827253f738
commit
f8a42ad607
4 changed files with 10 additions and 3 deletions
|
|
@ -1148,7 +1148,7 @@ is the buffer position of the start of the containing expression."
|
|||
The function `calculate-lisp-indent' calls this to determine
|
||||
if the arguments of a Lisp function call should be indented specially.
|
||||
|
||||
INDENT-POINT is the position where the user typed TAB, or equivalent.
|
||||
INDENT-POINT is the position at which the line being indented begins.
|
||||
Point is located at the point to indent under (for default indentation);
|
||||
STATE is the `parse-partial-sexp' state for that position.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue