diff options
| author | Eli Zaretskii | 2016-11-07 19:55:25 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2016-11-07 19:55:25 +0200 |
| commit | 8c9cc9f5c02133fe08f3a1743d5ce0d2019c4d81 (patch) | |
| tree | 3841ea037d6e5e32f368e3696e0fd3aff3ead0e1 /etc/tutorials | |
| parent | b6d9613df83813609ef80da45975e70954d1fb6d (diff) | |
| download | emacs-8c9cc9f5c02133fe08f3a1743d5ce0d2019c4d81.tar.gz emacs-8c9cc9f5c02133fe08f3a1743d5ce0d2019c4d81.zip | |
Improve the tutorial
* etc/tutorials/TUTORIAL: Minor copyedits. (Bug#24890)
* etc/tutorials/TUTORIAL.he: Follow suit.
Diffstat (limited to 'etc/tutorials')
| -rw-r--r-- | etc/tutorials/TUTORIAL | 21 | ||||
| -rw-r--r-- | etc/tutorials/TUTORIAL.he | 13 |
2 files changed, 18 insertions, 16 deletions
diff --git a/etc/tutorials/TUTORIAL b/etc/tutorials/TUTORIAL index ee328e87eb4..af6ab4ed763 100644 --- a/etc/tutorials/TUTORIAL +++ b/etc/tutorials/TUTORIAL | |||
| @@ -698,9 +698,9 @@ Emacs deletes its auto save file. | |||
| 698 | 698 | ||
| 699 | If the computer crashes, you can recover your auto-saved editing by | 699 | If the computer crashes, you can recover your auto-saved editing by |
| 700 | finding the file normally (the file you were editing, not the auto | 700 | finding the file normally (the file you were editing, not the auto |
| 701 | save file) and then typing M-x recover-file <Return>. When it asks for | 701 | save file) and then typing M-x recover-this-file <Return>. When it |
| 702 | confirmation, type yes<Return> to go ahead and recover the auto-save | 702 | asks fo confirmation, type yes<Return> to go ahead and recover the |
| 703 | data. | 703 | auto-save data. |
| 704 | 704 | ||
| 705 | 705 | ||
| 706 | * ECHO AREA | 706 | * ECHO AREA |
| @@ -947,13 +947,13 @@ most other applications call a "window". Multiple graphical frames | |||
| 947 | can be shown on the screen at the same time. On a text terminal, only | 947 | can be shown on the screen at the same time. On a text terminal, only |
| 948 | one frame can be shown at a time. | 948 | one frame can be shown at a time. |
| 949 | 949 | ||
| 950 | >> Type M-x make-frame <Return>. | 950 | >> Type C-x 5 2. |
| 951 | See a new frame appear on your screen. | 951 | See a new frame appear on your screen. |
| 952 | 952 | ||
| 953 | You can do everything you did in the original frame in the new frame. | 953 | You can do everything you did in the original frame in the new frame. |
| 954 | There is nothing special about the first frame. | 954 | There is nothing special about the first frame. |
| 955 | 955 | ||
| 956 | >> Type M-x delete-frame <Return>. | 956 | >> Type C-x 5 0. |
| 957 | This removes the selected frame. | 957 | This removes the selected frame. |
| 958 | 958 | ||
| 959 | You can also remove a frame by using the normal method provided by the | 959 | You can also remove a frame by using the normal method provided by the |
| @@ -1017,8 +1017,8 @@ are chosen to indicate what the command does, they can serve as | |||
| 1017 | very brief documentation--sufficient to remind you of commands you | 1017 | very brief documentation--sufficient to remind you of commands you |
| 1018 | have already learned. | 1018 | have already learned. |
| 1019 | 1019 | ||
| 1020 | Multi-character commands such as C-x C-s and (if you have no META or | 1020 | Multi-character commands such as C-x C-s and <ESC>v (instead of M-v, |
| 1021 | EDIT or ALT key) <ESC>v are also allowed after C-h c. | 1021 | if you have no META or EDIT or ALT key) are also allowed after C-h c. |
| 1022 | 1022 | ||
| 1023 | To get more information about a command, use C-h k instead of C-h c. | 1023 | To get more information about a command, use C-h k instead of C-h c. |
| 1024 | 1024 | ||
| @@ -1046,8 +1046,9 @@ You need to type in the name of the variable when Emacs prompts for it. | |||
| 1046 | C-h a Command Apropos. Type in a keyword and Emacs will list | 1046 | C-h a Command Apropos. Type in a keyword and Emacs will list |
| 1047 | all the commands whose names contain that keyword. | 1047 | all the commands whose names contain that keyword. |
| 1048 | These commands can all be invoked with META-x. | 1048 | These commands can all be invoked with META-x. |
| 1049 | For some commands, Command Apropos will also list a one | 1049 | For some commands, Command Apropos will also list a |
| 1050 | or two character sequence which runs the same command. | 1050 | sequence of one or more characters which runs the same |
| 1051 | command. | ||
| 1051 | 1052 | ||
| 1052 | >> Type C-h a file <Return>. | 1053 | >> Type C-h a file <Return>. |
| 1053 | 1054 | ||
| @@ -1063,7 +1064,7 @@ corresponding command names (such as C-x C-f beside find-file). | |||
| 1063 | you into a special buffer called "*info*" where you | 1064 | you into a special buffer called "*info*" where you |
| 1064 | can read manuals for the packages installed on your system. | 1065 | can read manuals for the packages installed on your system. |
| 1065 | Type m emacs <Return> to read the Emacs manual. | 1066 | Type m emacs <Return> to read the Emacs manual. |
| 1066 | If you have never before used Info, type ? and Emacs | 1067 | If you have never before used Info, type h and Emacs |
| 1067 | will take you on a guided tour of Info mode facilities. | 1068 | will take you on a guided tour of Info mode facilities. |
| 1068 | Once you are through with this tutorial, you should | 1069 | Once you are through with this tutorial, you should |
| 1069 | consult the Emacs Info manual as your primary documentation. | 1070 | consult the Emacs Info manual as your primary documentation. |
diff --git a/etc/tutorials/TUTORIAL.he b/etc/tutorials/TUTORIAL.he index 566207a9be7..6acb7f2ab0e 100644 --- a/etc/tutorials/TUTORIAL.he +++ b/etc/tutorials/TUTORIAL.he | |||
| @@ -623,8 +623,8 @@ replace-string (החלף מחרוזת) אשר מחליפה מחרוזת אחת | |||
| 623 | 623 | ||
| 624 | אם המחשב אכן נתקע, תוכלו לנציל את השינויים שלא הספקתם לשמור. לשם כך, | 624 | אם המחשב אכן נתקע, תוכלו לנציל את השינויים שלא הספקתם לשמור. לשם כך, |
| 625 | יש לפתוח את הקובץ כרגיל (את הקובץ בשמו המקורי, לא את קובץ השמירה | 625 | יש לפתוח את הקובץ כרגיל (את הקובץ בשמו המקורי, לא את קובץ השמירה |
| 626 | האוטומטית), ואחר־כך להקיש M-x recover-file <Return>. כש־Emacs יבקש | 626 | האוטומטית), ואחר־כך להקיש M-x recover-this-file <Return>. כש־Emacs |
| 627 | אישור, הקישו yes<Return> כדי ש־Emacs ישחזר את הקובץ כפי שנשמר | 627 | בקש ישור, הקישו yes<Return> כדי ש־Emacs ישחזר את הקובץ כפי שנשמר |
| 628 | אוטומטית. | 628 | אוטומטית. |
| 629 | 629 | ||
| 630 | 630 | ||
| @@ -845,13 +845,13 @@ CONTROL ו־META גם יחד ואז להקיש v. הסדר שבו תלחצו ע | |||
| 845 | "תבנית" נקרא בדרך־כלל "חלון". ניתן להציג תבניות אחדות על אותו צג גרפי | 845 | "תבנית" נקרא בדרך־כלל "חלון". ניתן להציג תבניות אחדות על אותו צג גרפי |
| 846 | בו־זמנית על צג טקסטואלי אפשר להציג רק תבנית אחת בכל עת. | 846 | בו־זמנית על צג טקסטואלי אפשר להציג רק תבנית אחת בכל עת. |
| 847 | 847 | ||
| 848 | >> הקישו M-x make-frame <Return>. | 848 | >> הקישו C-x 5 2. |
| 849 | כתוצאה, תבנית חדשה תופיע על המסך. | 849 | כתוצאה, תבנית חדשה תופיע על המסך. |
| 850 | 850 | ||
| 851 | כל מה שעשיתם בתבנית המקורית ניתן לעשות גם בתבנית החדשה. התבנית הראשונה | 851 | כל מה שעשיתם בתבנית המקורית ניתן לעשות גם בתבנית החדשה. התבנית הראשונה |
| 852 | אין בה שום דבר מיוחד. | 852 | אין בה שום דבר מיוחד. |
| 853 | 853 | ||
| 854 | >> הקישו M-x delete-frame <Return>. | 854 | >> הקישו C-x 5 0. |
| 855 | התבנית שבה הקשתם את הפקודה תיסגר ותיעלם מהמסך. | 855 | התבנית שבה הקשתם את הפקודה תיסגר ותיעלם מהמסך. |
| 856 | 856 | ||
| 857 | כמו־כן, ניתן לסגור תבנית בדרך הרגילה הנתמכת ע״י התצוגה הגרפית של | 857 | כמו־כן, ניתן לסגור תבנית בדרך הרגילה הנתמכת ע״י התצוגה הגרפית של |
| @@ -911,7 +911,8 @@ M-x help <Return> כתחליף.) | |||
| 911 | לכם את הפקודות שלמדתם בעבר. | 911 | לכם את הפקודות שלמדתם בעבר. |
| 912 | 912 | ||
| 913 | ניתן לציין אחרי C-h c גם פקודות שמופעלות ע״י סדרת מקשים באורך גדול | 913 | ניתן לציין אחרי C-h c גם פקודות שמופעלות ע״י סדרת מקשים באורך גדול |
| 914 | מאחד, כגון C-x C-s או (אם אין מקש META או EDIT או ALT) <ESC> v. | 914 | מאחד, כגון C-x C-s או <ESC> v (כתחליף ל־M-v, אם אין מקש META או EDIT |
| 915 | או ALT). | ||
| 915 | 916 | ||
| 916 | לקבלת מידע מפורט יותר על פקודה, השתמשו בפקודה C-h k במקום C-h c. | 917 | לקבלת מידע מפורט יותר על פקודה, השתמשו בפקודה C-h k במקום C-h c. |
| 917 | 918 | ||
| @@ -951,7 +952,7 @@ find-file. | |||
| 951 | ידועה גם בשם "Info".) פקודה זאת פותחת חוצץ מיוחד הקרוי | 952 | ידועה גם בשם "Info".) פקודה זאת פותחת חוצץ מיוחד הקרוי |
| 952 | "*info*" שבו תוכלו לקרוא מדריכים המותקנים במערכת שלכם. | 953 | "*info*" שבו תוכלו לקרוא מדריכים המותקנים במערכת שלכם. |
| 953 | הקישו m emacs <Return> כדי לקרוא במדריך למשתמשי Emacs. | 954 | הקישו m emacs <Return> כדי לקרוא במדריך למשתמשי Emacs. |
| 954 | אם אינכם מכירים את Info, הקישו ? ו־Emacs יקח אתכם | 955 | אם אינכם מכירים את Info, הקישו h ו־Emacs יקח אתכם |
| 955 | לשיעור על התכונות של Info mode. כשתסיימו עם השיעור | 956 | לשיעור על התכונות של Info mode. כשתסיימו עם השיעור |
| 956 | הזה, אנו בהחלט ממליצים להשתמש במדריך Emacs בתור התיעוד | 957 | הזה, אנו בהחלט ממליצים להשתמש במדריך Emacs בתור התיעוד |
| 957 | העיקרי שלכם. | 958 | העיקרי שלכם. |