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
564b1f76
Commit
564b1f76
authored
Dec 01, 2001
by
Eli Zaretskii
Browse files
Fix wording of the last change.
parent
8f1b2b0b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
13 deletions
+14
-13
etc/NEWS
etc/NEWS
+4
-3
man/mark.texi
man/mark.texi
+10
-10
No files found.
etc/NEWS
View file @
564b1f76
...
...
@@ -54,9 +54,10 @@ will now be extended each time, so you can mark the next two sexps with
M-C-SPC M-C-SPC, for example.
+++
**
M-h (mark-pagaraph) now accepts a prefix arg. If positive, mark
current and following pargraphs; if negative, mark current and
preceding paragraphs.
**
M-h (mark-pagaraph) now accepts a prefix arg.
With positive arg, M-h marks the current and the following pargraphs;
if the arg is negative, it marks the current and the preceding
paragraphs.
** mouse-wheels can now scroll a specific fraction of the window
(rather
than a fixed number of lines) and the scrolling is `progressive'.
...
...
man/mark.texi
View file @
564b1f76
...
...
@@ -284,16 +284,16 @@ arguments just like @kbd{M-f} and @kbd{C-M-f}.
@findex mark-whole-buffer
Other commands set both point and mark, to delimit an object in the
buffer. For example, @kbd{M-h} (@code{mark-paragraph}) moves point to
the beginning of the paragraph that surrounds or follows point, and
puts
the mark at the end of that paragraph (@pxref{Paragraphs}). It
prepares
the region so you can indent, case-convert, or kill a whole
paragraph.
The command also accepts a
prefix argument
. I
f the
prefix
argument
is positive,
@kbd{M-h} marks that many paragraphs, the paragraph
surrounding point
plus some following paragraphs. If the prefix
argument is negative,
@kbd{M-h} also marks that many paragraphs, but
the preceding
instead of the following
paragraphs
. (With a positive
argument, point is put
at the beginning and mark at end, with a
negative argument, point is
at end and mark at the beginning.)
the beginning of the paragraph that surrounds or follows point, and
puts
the mark at the end of that paragraph (@pxref{Paragraphs}). It
prepares
the region so you can indent, case-convert, or kill a whole
paragraph. With
prefix argument
, i
f the argument
's value is positive,
@kbd{M-h} marks that many paragraphs, the paragraph
surrounding point
plus some following paragraphs. If the prefix
argument is negative,
@kbd{M-h} also marks that many paragraphs, but
the preceding ones
instead of the following. (With a positive
argument, point is put
at the beginning and mark at end, with a
negative argument, point is
at end and mark at the beginning.)
@kbd{C-M-h} (@code{mark-defun}) similarly puts point before, and the
mark after, the current (or following) major top-level definition, or
...
...
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