Skip to content

Commit

Permalink
(ess-indent-or-complete : directly explain meaning of ess-tab-complet…
Browse files Browse the repository at this point in the history
…e-in-script.

git-svn-id: https://svn.r-project.org/ESS/trunk@4774 0bbaf3bd-34e0-0310-bf65-c717079852d4
  • Loading branch information
mmaechler authored and vspinu committed Apr 6, 2012
1 parent d5a72c3 commit 0343a7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lisp/ess-mode.el
Expand Up @@ -853,7 +853,8 @@ of the expression are preserved."
"Try to indent first, if code is already properly indented, complete instead.
It calls `comint-dynamic-complete' for emacs < 24 and `completion-at-point' otherwise.
See also `ess-tab-complete-in-script' and `ess-first-tab-never-complete'."
In ess-mode, only tries completion if `ess-tab-complete-in-script' is non-nil.
See also `ess-first-tab-never-complete'."
(interactive)
(let ((shift (ess-indent-command)))
(when (and ess-tab-complete-in-script
Expand Down

0 comments on commit 0343a7c

Please sign in to comment.