Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
94d63a23
Commit
94d63a23
authored
Dec 26, 1996
by
Richard M. Stallman
Browse files
(forward-paragraph, backward-paragraph): Doc fixes.
parent
73e0d965
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
lisp/textmodes/paragraphs.el
lisp/textmodes/paragraphs.el
+4
-2
No files found.
lisp/textmodes/paragraphs.el
View file @
94d63a23
...
...
@@ -134,7 +134,8 @@ This is desirable in modes where blank lines are the paragraph delimiters.")
(defun forward-paragraph (&optional arg)
"Move forward to end of paragraph.
With arg N, do it N times; negative arg -N means move backward N paragraphs.
With argument ARG, do it ARG times;
a negative argument ARG = -N means move backward N paragraphs.
A line which `paragraph-start' matches either separates paragraphs
\(if `paragraph-separate' matches it also) or is the first line of a paragraph.
...
...
@@ -265,7 +266,8 @@ to which the end of the previous line belongs, or the end of the buffer."
(defun backward-paragraph (&optional arg)
"
Move
backward
to
start
of
paragraph.
With
arg
N,
do
it
N
times
; negative arg -N means move forward N paragraphs.
With
argument
ARG,
do
it
ARG
times
;
a
negative
argument
ARG
=
-N
means
move
forward
N
paragraphs.
A
paragraph
start
is
the
beginning
of
a
line
which
is
a
`
first-line-of-paragraph
'
or
which
is
ordinary
text
and
follows
a
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment