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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
dcb14dc0
Commit
dcb14dc0
authored
Oct 11, 2000
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor wording changes, suggested by Per Starback <starback@ling.uu.se>.
parent
c7fa86d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
etc/TUTORIAL
etc/TUTORIAL
+7
-4
No files found.
etc/TUTORIAL
View file @
dcb14dc0
...
...
@@ -358,8 +358,8 @@ and M-e, sort of, in that lines are opposite sentences.
You can also kill any part of the buffer with one uniform method.
Move to one end of that part, and type C-@ or C-SPC (either one).
Move to the other end of that part, and type C-w. That kills
all the text between the two positions.
(SPC is the Space bar.) Move to the other end of that part, and type
C-w. That kills
all the text between the two positions.
>> Move the cursor to the Y at the start of the previous paragraph.
>> Type C-SPC. Emacs should display a message "Mark set"
...
...
@@ -641,7 +641,9 @@ example is the command replace-string, which globally replaces one
string with another. When you type M-x, Emacs prompts you at the
bottom of the screen with M-x and you should type the name of the
command; in this case, "replace-string". Just type "repl s<TAB>" and
Emacs will complete the name. End the command name with <Return>.
Emacs will complete the name. (<TAB> is the Tab key, usually found
above the lCapsLock or Shift key near the left edge of the keyboard.)
End the command name with <Return>.
The replace-string command requires two arguments--the string to be
replaced, and the string to replace it with. You must end each
...
...
@@ -850,7 +852,8 @@ the search is reversed.
One of the nice features of Emacs is that you can display more than one
window on the screen at the same time.
>> Move the cursor to this line and type C-u 0 C-l.
>> Move the cursor to this line and type C-u 0 C-l (that's control-L, not
control-1).
>> Now type C-x 2 which splits the screen into two windows.
Both windows display this tutorial. The cursor stays in the top window.
...
...
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