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
7da970c0
Commit
7da970c0
authored
Jul 18, 2001
by
Eli Zaretskii
Browse files
Minor changes from Richard M. Stallman.
parent
d7d7da37
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
man/mark.texi
man/mark.texi
+3
-3
No files found.
man/mark.texi
View file @
7da970c0
...
...
@@ -95,7 +95,7 @@ use keyboard commands to set the mark. @xref{Mouse Commands}.
@findex exchange-point-and-mark
Ordinary terminals have only one cursor, so there is no way for Emacs
to show you where the mark is located. You have to remember. The usual
solution to this problem is to set the mark and then use it before
solution to this problem is to set the mark and then use it
soon,
before
you forget where it is. Alternatively, you can see where the mark is
with the command @kbd{C-x C-x} (@code{exchange-point-and-mark}) which
puts the mark where point was and point where the mark was. The extent
...
...
@@ -175,7 +175,7 @@ on a region will get an error and refuse to operate. You can make the
region active again by typing @kbd{C-x C-x}.
@item
Commands like @kbd{M->} and @kbd{C-s} that ``leave the mark behind''
,
in
Commands like @kbd{M->} and @kbd{C-s} that ``leave the mark behind'' in
addition to some other primary purpose, do not activate the new mark.
You can activate the new region by executing @kbd{C-x C-x}
(@code{exchange-point-and-mark}).
...
...
@@ -249,7 +249,7 @@ Print hardcopy with @kbd{M-x print-region} (@pxref{Hardcopy}).
Evaluate it as Lisp code with @kbd{M-x eval-region} (@pxref{Lisp Eval}).
@end itemize
Most commands that operate on text in the region have the word
Most commands that operate on
the
text in the region have the word
@code{region} in their names.
@node Marking Objects
...
...
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