summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/cl-indent.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2011-09-12 23:55:10 -0700
committerGlenn Morris <rgm@gnu.org>2011-09-12 23:55:10 -0700
commitb75567193d7ad56b4ff1e385bc94423621064dbd (patch)
tree976761e75a5d43ac35115ef326afa0f24d176f42 /lisp/emacs-lisp/cl-indent.el
parent76e20fd6a501daa9cba918725cde2ebd978cf6e4 (diff)
downloademacs-b75567193d7ad56b4ff1e385bc94423621064dbd.tar.gz
emacs-b75567193d7ad56b4ff1e385bc94423621064dbd.tar.bz2
emacs-b75567193d7ad56b4ff1e385bc94423621064dbd.zip
Doc fixes related to lisp-indent-function (bug#9484)
* lisp/emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix. * lisp/progmodes/scheme.el (scheme-indent-function): Give it a doc string. * lisp/emacs-lisp/cl-indent.el (common-lisp-indent-function): Comment.
Diffstat (limited to 'lisp/emacs-lisp/cl-indent.el')
-rw-r--r--lisp/emacs-lisp/cl-indent.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/cl-indent.el b/lisp/emacs-lisp/cl-indent.el
index 40434636e62..287bb531538 100644
--- a/lisp/emacs-lisp/cl-indent.el
+++ b/lisp/emacs-lisp/cl-indent.el
@@ -167,6 +167,7 @@ is set to `defun'.")
(+ loop-indentation lisp-loop-forms-indentation)))))
+;; Cf (info "(elisp)Specification List")
;;;###autoload
(defun common-lisp-indent-function (indent-point state)
"Function to indent the arguments of a Lisp function call.