summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/lisp-mode.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2013-01-19 12:38:13 -0800
committerGlenn Morris <rgm@gnu.org>2013-01-19 12:38:13 -0800
commit795e7a5b3202851a89a042578ee572962a723d65 (patch)
tree5e6525000b592b55f3b5d32415ccc05cedf969d4 /lisp/emacs-lisp/lisp-mode.el
parent59ac2d1316937bb013ef437885dcdc0225c71de9 (diff)
parent2fc71e3c45e521a062ea2ab17a4cfe19c3c6f941 (diff)
downloademacs-795e7a5b3202851a89a042578ee572962a723d65.tar.gz
Merge from emacs-24; up to 2012-12-11T09:51:12Z!dmantipov@yandex.ru
Diffstat (limited to 'lisp/emacs-lisp/lisp-mode.el')
-rw-r--r--lisp/emacs-lisp/lisp-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el
index 72794c304ea..9c2bd1a29bd 100644
--- a/lisp/emacs-lisp/lisp-mode.el
+++ b/lisp/emacs-lisp/lisp-mode.el
@@ -1156,7 +1156,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.