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
b7fe9089
Commit
b7fe9089
authored
Feb 06, 2005
by
Lute Kamstra
Browse files
(Undo): Fix typo.
parent
d399c309
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
man/ChangeLog
man/ChangeLog
+10
-0
man/basic.texi
man/basic.texi
+1
-1
No files found.
man/ChangeLog
View file @
b7fe9089
2005-02-06 Lute Kamstra <lute@gnu.org>
* basic.texi (Undo): Fix typo.
* cmdargs.texi (Emacs Invocation): Fix typo.
* custom.texi (Init Examples): Fix typo.
* abbrevs.texi (Expanding Abbrevs): Fix typo.
2005-02-06 Richard M. Stallman <rms@gnu.org>
* regs.texi (Registers): Registers can hold numbers, too.
...
...
man/basic.texi
View file @
b7fe9089
...
...
@@ -353,7 +353,7 @@ the sequence of undoing, then type more undo commands.
@kindex C-u C-x u
Ordinary undo applies to all changes made in the current buffer. You
can also perform @dfn{selective undo}, limited to the current region
(@pxref{
The Region
}).
(@pxref{
Mark
}).
To do this, specify the region you want, then run the @code{undo}
command with a prefix argument (the value does not matter): @kbd{C-u C-x
u} or @kbd{C-u C-_}. This undoes the most recent change in the region.
...
...
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