aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2014-05-17 19:06:02 +0300
committerEli Zaretskii2014-05-17 19:06:02 +0300
commit2f826609630cc1bf1d470428273711ebde9eec3c (patch)
treefc591cdd708f45d7baddb8c78a87a8a041c84e16
parente8cbb7684f3786b3187e23b622f364a9519d1cb1 (diff)
downloademacs-2f826609630cc1bf1d470428273711ebde9eec3c.tar.gz
emacs-2f826609630cc1bf1d470428273711ebde9eec3c.zip
lisp/simple.el (line-move-ignore-invisible): Fix last commit.
-rw-r--r--lisp/simple.el1
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
4983When this option is non-nil, \\[next-line], \\[previous-line], \\[move-end-of-line], and \\[move-beginning-of-line] behave 4982When this option is non-nil, \\[next-line], \\[previous-line], \\[move-end-of-line], and \\[move-beginning-of-line] behave
4984as if newlines that are invisible didn't exist, and count 4983as if newlines that are invisible didn't exist, and count
4985only visible newlines. Thus, moving across across 2 newlines 4984only visible newlines. Thus, moving across across 2 newlines