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
59ac134c
Commit
59ac134c
authored
Dec 01, 2001
by
Kai Großjohann
Browse files
(Marking Objects): `M-h' accepts prefix arg.
parent
21cbfde6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
man/ChangeLog
man/ChangeLog
+4
-0
man/mark.texi
man/mark.texi
+7
-0
No files found.
man/ChangeLog
View file @
59ac134c
2001-12-01 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
* mark.texi (Marking Objects): `M-h' accepts prefix arg.
2001-11-25 Jason Rumney <jasonr@gnu.org>
* frames.texi (Tooltips): Remove MS-Windows exceptions.
...
...
man/mark.texi
View file @
59ac134c
...
...
@@ -287,6 +287,13 @@ 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. If 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.)
@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