diff options
| author | Eli Zaretskii | 2014-05-17 19:06:02 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-05-17 19:06:02 +0300 |
| commit | 2f826609630cc1bf1d470428273711ebde9eec3c (patch) | |
| tree | fc591cdd708f45d7baddb8c78a87a8a041c84e16 | |
| parent | e8cbb7684f3786b3187e23b622f364a9519d1cb1 (diff) | |
| download | emacs-2f826609630cc1bf1d470428273711ebde9eec3c.tar.gz emacs-2f826609630cc1bf1d470428273711ebde9eec3c.zip | |
lisp/simple.el (line-move-ignore-invisible): Fix last commit.
| -rw-r--r-- | lisp/simple.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index 1b14250e2fd..4e10de77964 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -4979,7 +4979,6 @@ When the `track-eol' feature is doing its job, the value is | |||
| 4979 | 4979 | ||
| 4980 | (defcustom line-move-ignore-invisible t | 4980 | (defcustom line-move-ignore-invisible t |
| 4981 | "Non-nil means commands that move by lines ignore invisible newlines. | 4981 | "Non-nil means commands that move by lines ignore invisible newlines. |
| 4982 | |||
| 4983 | When this option is non-nil, \\[next-line], \\[previous-line], \\[move-end-of-line], and \\[move-beginning-of-line] behave | 4982 | When this option is non-nil, \\[next-line], \\[previous-line], \\[move-end-of-line], and \\[move-beginning-of-line] behave |
| 4984 | as if newlines that are invisible didn't exist, and count | 4983 | as if newlines that are invisible didn't exist, and count |
| 4985 | only visible newlines. Thus, moving across across 2 newlines | 4984 | only visible newlines. Thus, moving across across 2 newlines |