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
d48102cf
Commit
d48102cf
authored
Aug 14, 2004
by
Luc Teirlinck
Browse files
(RegNumbers): Mention `C-x r i' binding for `insert-register', instead
of `C-x r g' binding, for consistency.
parent
977d0bea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
man/ChangeLog
man/ChangeLog
+5
-0
man/regs.texi
man/regs.texi
+3
-3
No files found.
man/ChangeLog
View file @
d48102cf
2004-08-13 Luc Teirlinck <teirllm@auburn.edu>
* regs.texi (RegNumbers): Mention `C-x r i' binding for
`insert-register', instead of `C-x r g' binding, for consistency.
2004-08-12 Luc Teirlinck <teirllm@auburn.edu>
* fixit.texi (Spelling): Fix typo.
...
...
man/regs.texi
View file @
d48102cf
...
...
@@ -30,8 +30,8 @@ Display a description of what register @var{r} contains.
* Text: RegText. Saving text in registers.
* Rectangle: RegRect. Saving rectangles in registers.
* Configurations: RegConfig. Saving window configurations in registers.
* Files: RegFiles. File names in registers.
* Numbers: RegNumbers. Numbers in registers.
* Files: RegFiles. File names in registers.
* Bookmarks:: Bookmarks are like registers, but persistent.
@end menu
...
...
@@ -185,11 +185,11 @@ Store @var{number} into register @var{r} (@code{number-to-register}).
@findex increment-register
Increment the number in register @var{r} by @var{number}
(@code{increment-register}).
@item C-x r
g
@var{r}
@item C-x r
i
@var{r}
Insert the number from register @var{r} into the buffer.
@end table
@kbd{C-x r
g
} is the same command used to insert any other sort of
@kbd{C-x r
i
} is the same command used to insert any other sort of
register contents into the buffer. @kbd{C-x r +} with no numeric
argument increments the register value by 1; @kbd{C-x r n} with no
numeric argument stores zero in the register.
...
...
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