diff options
| author | Eli Zaretskii | 2004-11-26 12:04:57 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2004-11-26 12:04:57 +0000 |
| commit | 9d1852acb4380e62bc92413932b1042e3c814634 (patch) | |
| tree | 920baafe5963e44b843bad9b3df2f6b949c6b1a3 | |
| parent | d1f1c8e11d1cc892575302dbf1e217ca6df35516 (diff) | |
| download | emacs-9d1852acb4380e62bc92413932b1042e3c814634.tar.gz emacs-9d1852acb4380e62bc92413932b1042e3c814634.zip | |
(Continued Statement Indentation): Resurrect Jan Djärv's change from
2004-11-03 that was lost when a newer version of idlwave.texi was
imported.
| -rw-r--r-- | man/idlwave.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/idlwave.texi b/man/idlwave.texi index d23359fa2ec..42b3bea4034 100644 --- a/man/idlwave.texi +++ b/man/idlwave.texi | |||
| @@ -896,7 +896,7 @@ Also, since the indentation level can be somewhat dynamic in continued | |||
| 896 | statements with special continuation indentation, especially if | 896 | statements with special continuation indentation, especially if |
| 897 | @code{idlwave-max-extra-continuation-indent} is small, the key | 897 | @code{idlwave-max-extra-continuation-indent} is small, the key |
| 898 | @kbd{C-u @key{TAB}} will re-indent all lines in the current statement. | 898 | @kbd{C-u @key{TAB}} will re-indent all lines in the current statement. |
| 899 | Note that @code{idlwave-indent-to-open-paren}, if non-nil, overrides | 899 | Note that @code{idlwave-indent-to-open-paren}, if non-@code{nil}, overrides |
| 900 | the @code{idlwave-max-extra-continuation-indent} limit, for | 900 | the @code{idlwave-max-extra-continuation-indent} limit, for |
| 901 | parentheses only, forcing them always to line up. | 901 | parentheses only, forcing them always to line up. |
| 902 | 902 | ||