diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/CENSORSHIP | 2 | ||||
| -rw-r--r-- | etc/ChangeLog | 13 | ||||
| -rw-r--r-- | etc/DEBUG | 11 | ||||
| -rw-r--r-- | etc/NEWS | 42 | ||||
| -rw-r--r-- | etc/TODO | 3 | ||||
| -rw-r--r-- | etc/TUTORIAL.fr | 30 | ||||
| -rw-r--r-- | etc/enriched.doc | 4 |
7 files changed, 81 insertions, 24 deletions
diff --git a/etc/CENSORSHIP b/etc/CENSORSHIP index 24bca114790..ca949aa6b6e 100644 --- a/etc/CENSORSHIP +++ b/etc/CENSORSHIP | |||
| @@ -54,7 +54,7 @@ rules. | |||
| 54 | 54 | ||
| 55 | Of course, I'm making an assumption about just what "indecent" means. | 55 | Of course, I'm making an assumption about just what "indecent" means. |
| 56 | I have to do this, because nobody knows for sure. The most obvious | 56 | I have to do this, because nobody knows for sure. The most obvious |
| 57 | possibile meaning is the meaning it has for television, so I'm using | 57 | possible meaning is the meaning it has for television, so I'm using |
| 58 | that as a tentative assumption. However, there is a good chance that | 58 | that as a tentative assumption. However, there is a good chance that |
| 59 | our courts will reject that interpretation of the law as | 59 | our courts will reject that interpretation of the law as |
| 60 | unconstitutional. | 60 | unconstitutional. |
diff --git a/etc/ChangeLog b/etc/ChangeLog index 981fd88ba3a..08e72c60c2f 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2004-10-08 Fr,Ai(Bd,Ai(Bric Bothamy <frederic.bothamy@free.fr> (tiny change) | ||
| 2 | |||
| 3 | * TUTORIAL.fr: Minor wording fix. | ||
| 4 | |||
| 5 | 2004-10-04 Luc Teirlinck <teirllm@auburn.edu> | ||
| 6 | |||
| 7 | * enriched.doc: Update for new bindings of `set-left-margin' and | ||
| 8 | `set-right-margin'. | ||
| 9 | |||
| 10 | 2004-10-04 Kim F. Storm <storm@cua.dk> | ||
| 11 | |||
| 12 | * DEBUG: Mention pp and ff commands. | ||
| 13 | |||
| 1 | 2004-09-26 Luc Teirlinck <teirllm@auburn.edu> | 14 | 2004-09-26 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 15 | ||
| 3 | * enriched.doc: `enriched-annotation-alist' is now called | 16 | * enriched.doc: `enriched-annotation-alist' is now called |
| @@ -69,9 +69,11 @@ fatal error, you can use the GDB command `pr'. First print the value | |||
| 69 | in the ordinary way, with the `p' command. Then type `pr' with no | 69 | in the ordinary way, with the `p' command. Then type `pr' with no |
| 70 | arguments. This calls a subroutine which uses the Lisp printer. | 70 | arguments. This calls a subroutine which uses the Lisp printer. |
| 71 | 71 | ||
| 72 | Note: It is not a good idea to try `pr' if you know that Emacs is in | 72 | You can also use `pp value' to print the emacs value directly. |
| 73 | deep trouble: its stack smashed (e.g., if it encountered SIGSEGV due | 73 | |
| 74 | to stack overflow), or crucial data structures, such as `obarray', | 74 | Note: It is not a good idea to try `pr' or `pp' if you know that Emacs |
| 75 | is in deep trouble: its stack smashed (e.g., if it encountered SIGSEGV | ||
| 76 | due to stack overflow), or crucial data structures, such as `obarray', | ||
| 75 | corrupted, etc. In such cases, the Emacs subroutine called by `pr' | 77 | corrupted, etc. In such cases, the Emacs subroutine called by `pr' |
| 76 | might make more damage, like overwrite some data that is important for | 78 | might make more damage, like overwrite some data that is important for |
| 77 | debugging the original problem. | 79 | debugging the original problem. |
| @@ -442,6 +444,9 @@ Several more functions for debugging display code are available in | |||
| 442 | Emacs compiled with GLYPH_DEBUG defined; type "C-h f dump- TAB" and | 444 | Emacs compiled with GLYPH_DEBUG defined; type "C-h f dump- TAB" and |
| 443 | "C-h f trace- TAB" to see the full list. | 445 | "C-h f trace- TAB" to see the full list. |
| 444 | 446 | ||
| 447 | When you debug display problems running emacs under X, you can use | ||
| 448 | the `ff' command to flush all pending display updates to the screen. | ||
| 449 | |||
| 445 | 450 | ||
| 446 | ** Debugging LessTif | 451 | ** Debugging LessTif |
| 447 | 452 | ||
| @@ -174,6 +174,21 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. | |||
| 174 | * Changes in Emacs 21.4 | 174 | * Changes in Emacs 21.4 |
| 175 | 175 | ||
| 176 | +++ | 176 | +++ |
| 177 | ** New function `looking-back' checks whether a regular expression matches | ||
| 178 | the text before point. Specifying the LIMIT argument bounds how far | ||
| 179 | back the match can start; this is a way to keep it from taking too long. | ||
| 180 | |||
| 181 | +++ | ||
| 182 | ** New functions `make-progress-reporter', `progress-reporter-update', | ||
| 183 | `progress-reporter-force-update' and `progress-reporter-done' provide | ||
| 184 | a simple and efficient way of printing progress messages to the user. | ||
| 185 | |||
| 186 | +++ | ||
| 187 | ** In Enriched mode, `set-left-margin' and `set-right-margin' are now | ||
| 188 | by default bound to `C-c [' and `C-c ]' instead of the former `C-c C-l' | ||
| 189 | and `C-c C-r'. | ||
| 190 | |||
| 191 | +++ | ||
| 177 | ** In processing a local variables list, Emacs strips the prefix and | 192 | ** In processing a local variables list, Emacs strips the prefix and |
| 178 | suffix are from every line before processing all the lines. | 193 | suffix are from every line before processing all the lines. |
| 179 | 194 | ||
| @@ -1237,12 +1252,23 @@ to new-kill-line, these commands now report: | |||
| 1237 | new-kill-line is on C-k | 1252 | new-kill-line is on C-k |
| 1238 | 1253 | ||
| 1239 | +++ | 1254 | +++ |
| 1255 | ** Vertical scrolling is now possible within incremental search. | ||
| 1256 | To enable this feature, customize the new user option | ||
| 1257 | `isearch-allow-scroll'. User written commands which satisfy stringent | ||
| 1258 | constraints can be marked as "scrolling commands". See the Emacs manual | ||
| 1259 | for details. | ||
| 1260 | |||
| 1261 | +++ | ||
| 1240 | ** C-w in incremental search now grabs either a character or a word, | 1262 | ** C-w in incremental search now grabs either a character or a word, |
| 1241 | making the decision in a heuristic way. This new job is done by the | 1263 | making the decision in a heuristic way. This new job is done by the |
| 1242 | command `isearch-yank-word-or-char'. To restore the old behavior, | 1264 | command `isearch-yank-word-or-char'. To restore the old behavior, |
| 1243 | bind C-w to `isearch-yank-word' in `isearch-mode-map'. | 1265 | bind C-w to `isearch-yank-word' in `isearch-mode-map'. |
| 1244 | 1266 | ||
| 1245 | +++ | 1267 | +++ |
| 1268 | ** C-y in incremental search now grabs the next line if point is already | ||
| 1269 | at the end of a line. | ||
| 1270 | |||
| 1271 | +++ | ||
| 1246 | ** C-M-w deletes and C-M-y grabs a character in isearch mode. | 1272 | ** C-M-w deletes and C-M-y grabs a character in isearch mode. |
| 1247 | Another method to grab a character is to enter the minibuffer by `M-e' | 1273 | Another method to grab a character is to enter the minibuffer by `M-e' |
| 1248 | and to type `C-f' at the end of the search string in the minibuffer. | 1274 | and to type `C-f' at the end of the search string in the minibuffer. |
| @@ -1466,6 +1492,10 @@ controls whether or not the function `make-auto-save-file-name' will | |||
| 1466 | attempt to construct a unique auto-save name (e.g. for remote files). | 1492 | attempt to construct a unique auto-save name (e.g. for remote files). |
| 1467 | 1493 | ||
| 1468 | +++ | 1494 | +++ |
| 1495 | ** There is a new calendar package, icalendar.el, that can be used to | ||
| 1496 | convert Emacs diary entries to/from the iCalendar format. | ||
| 1497 | |||
| 1498 | +++ | ||
| 1469 | ** Diary sexp entries can have custom marking in the calendar. | 1499 | ** Diary sexp entries can have custom marking in the calendar. |
| 1470 | Diary sexp functions which only apply to certain days (such as | 1500 | Diary sexp functions which only apply to certain days (such as |
| 1471 | `diary-block' or `diary-cyclic') now take an optional parameter MARK, | 1501 | `diary-block' or `diary-cyclic') now take an optional parameter MARK, |
| @@ -1481,6 +1511,11 @@ appointments, paydays or anything else using a sexp. | |||
| 1481 | year and day number, and moves to that date. Negative day numbers | 1511 | year and day number, and moves to that date. Negative day numbers |
| 1482 | count backward from the end of the year. | 1512 | count backward from the end of the year. |
| 1483 | 1513 | ||
| 1514 | +++ | ||
| 1515 | ** The new Calendar function `calendar-goto-iso-week' (g w) | ||
| 1516 | prompts for a year and a week number, and moves to the first | ||
| 1517 | day of that ISO week. | ||
| 1518 | |||
| 1484 | --- | 1519 | --- |
| 1485 | ** The functions `holiday-easter-etc' and `holiday-advent' now take | 1520 | ** The functions `holiday-easter-etc' and `holiday-advent' now take |
| 1486 | arguments, and only report on the specified holiday rather than all. | 1521 | arguments, and only report on the specified holiday rather than all. |
| @@ -2558,9 +2593,8 @@ symbol identifying a fringe bitmap, either built-in or defined with | |||
| 2558 | `define-fringe-bitmap', and FACE is an optional face name to be used | 2593 | `define-fringe-bitmap', and FACE is an optional face name to be used |
| 2559 | for displaying the bitmap. | 2594 | for displaying the bitmap. |
| 2560 | 2595 | ||
| 2561 | *** New function `fringe-bitmaps-at-pos' returns a cons (LEFT . RIGHT) | 2596 | *** New function `fringe-bitmaps-at-pos' returns the current fringe |
| 2562 | identifying the current fringe bitmaps in the display line at a given | 2597 | bitmaps in the display line at a given buffer position. |
| 2563 | buffer position. A nil value means no bitmap. | ||
| 2564 | 2598 | ||
| 2565 | ** Multiple overlay arrows can now be defined and managed via the new | 2599 | ** Multiple overlay arrows can now be defined and managed via the new |
| 2566 | variable `overlay-arrow-variable-list'. It contains a list of | 2600 | variable `overlay-arrow-variable-list'. It contains a list of |
| @@ -2579,10 +2613,12 @@ If either property is not set, the default `overlay-arrow-string' or | |||
| 2579 | line in current buffer, or if optional buffer position is given, line | 2613 | line in current buffer, or if optional buffer position is given, line |
| 2580 | number of corresponding line in current buffer. | 2614 | number of corresponding line in current buffer. |
| 2581 | 2615 | ||
| 2616 | +++ | ||
| 2582 | ** The default value of `sentence-end' is now defined using the new | 2617 | ** The default value of `sentence-end' is now defined using the new |
| 2583 | variable `sentence-end-without-space' which contains such characters | 2618 | variable `sentence-end-without-space' which contains such characters |
| 2584 | that end a sentence without following spaces. | 2619 | that end a sentence without following spaces. |
| 2585 | 2620 | ||
| 2621 | +++ | ||
| 2586 | ** The function `sentence-end' should be used to obtain the value of | 2622 | ** The function `sentence-end' should be used to obtain the value of |
| 2587 | the variable `sentence-end'. If the variable `sentence-end' is nil, | 2623 | the variable `sentence-end'. If the variable `sentence-end' is nil, |
| 2588 | then this function returns the regexp constructed from the variables | 2624 | then this function returns the regexp constructed from the variables |
| @@ -34,6 +34,9 @@ to the FSF. | |||
| 34 | ** Implement a smoother vertical scroll facility, one that allows | 34 | ** Implement a smoother vertical scroll facility, one that allows |
| 35 | C-v to scroll through a tall image. | 35 | C-v to scroll through a tall image. |
| 36 | 36 | ||
| 37 | ** Implement intelligent search/replace, going beyond query-replace | ||
| 38 | (see http://graphics.csail.mit.edu/~rcm/chi04.pdf). | ||
| 39 | |||
| 37 | ** Implement other text formatting properties. | 40 | ** Implement other text formatting properties. |
| 38 | *** Footnotes that can appear either in place or at the end of the page. | 41 | *** Footnotes that can appear either in place or at the end of the page. |
| 39 | *** text property that says "don't break line in middle of this". | 42 | *** text property that says "don't break line in middle of this". |
diff --git a/etc/TUTORIAL.fr b/etc/TUTORIAL.fr index ae88ff4a242..38853c608b9 100644 --- a/etc/TUTORIAL.fr +++ b/etc/TUTORIAL.fr | |||
| @@ -17,7 +17,7 @@ Tapez C-x C-c (deux caractères) pour terminer une session Emacs. | |||
| 17 | Dans ce didacticiel, les caractères ">>" en marge gauche indiquent les | 17 | Dans ce didacticiel, les caractères ">>" en marge gauche indiquent les |
| 18 | directions à suivre pour essayer une commande. Ainsi : | 18 | directions à suivre pour essayer une commande. Ainsi : |
| 19 | <<Lignes blanches insérées après cette ligne par help-with-tutorial>> | 19 | <<Lignes blanches insérées après cette ligne par help-with-tutorial>> |
| 20 | [Centre de page deliberéement vide. Le texte continue ci-dessous.] | 20 | [Centre de page delibérément vide. Le texte continue ci-dessous.] |
| 21 | >> Tapez C-v (Voir l'écran suivant) pour passer à l'écran suivant | 21 | >> Tapez C-v (Voir l'écran suivant) pour passer à l'écran suivant |
| 22 | (faites-le, pressez la touche CTRL tout en pressant la touche v). | 22 | (faites-le, pressez la touche CTRL tout en pressant la touche v). |
| 23 | À partir de maintenant, vous devrez le faire à chaque fois que | 23 | À partir de maintenant, vous devrez le faire à chaque fois que |
| @@ -36,7 +36,7 @@ touche META, EDIT ou ALT). | |||
| 36 | >> Faites M-v, puis C-v plusieurs fois. | 36 | >> Faites M-v, puis C-v plusieurs fois. |
| 37 | 37 | ||
| 38 | Si votre terminal en dispose, vous pouvez également utiliser les | 38 | Si votre terminal en dispose, vous pouvez également utiliser les |
| 39 | touches PgUp et PgDn pour monter ou descendre d'un écran, bien les | 39 | touches PgUp et PgDn pour monter ou descendre d'un écran, bien que les |
| 40 | combinaisons C-v et M-v soient plus efficaces. | 40 | combinaisons C-v et M-v soient plus efficaces. |
| 41 | 41 | ||
| 42 | * RÉSUMÉ | 42 | * RÉSUMÉ |
| @@ -347,7 +347,7 @@ avant la position courante du curseur. | |||
| 347 | Lorsqu'une ligne de texte devient trop longue pour tenir sur une seule | 347 | Lorsqu'une ligne de texte devient trop longue pour tenir sur une seule |
| 348 | ligne de l'écran, elle se « continue » sur une deuxième ligne | 348 | ligne de l'écran, elle se « continue » sur une deuxième ligne |
| 349 | d'écran. Une barre de fraction inverse (« \ ») ou, si vous utilisez un | 349 | d'écran. Une barre de fraction inverse (« \ ») ou, si vous utilisez un |
| 350 | environnement grapgique, une petite flèche recourbée, sur la marge | 350 | environnement graphique, une petite flèche recourbée, sur la marge |
| 351 | droite indique une ligne qui se poursuit sur la ligne suivante. | 351 | droite indique une ligne qui se poursuit sur la ligne suivante. |
| 352 | 352 | ||
| 353 | >> Insérez du texte jusqu'à atteindre la marge droite et continuez | 353 | >> Insérez du texte jusqu'à atteindre la marge droite et continuez |
| @@ -423,7 +423,7 @@ espaces, les effacent (vous ne pouvez donc pas récupérer ce texte). | |||
| 423 | Notez qu'un simple C-k supprime le contenu de la ligne et qu'un second | 423 | Notez qu'un simple C-k supprime le contenu de la ligne et qu'un second |
| 424 | détruit la ligne elle-même, ce qui fait remonter toutes les lignes | 424 | détruit la ligne elle-même, ce qui fait remonter toutes les lignes |
| 425 | suivantes. C-k traite son paramètre numérique d'une façon spéciale : | 425 | suivantes. C-k traite son paramètre numérique d'une façon spéciale : |
| 426 | il détruit ce nombre de lignes ET leurs contenus. Ce n'est pas une | 426 | il détruit ce nombre de lignes ET leur contenu. Ce n'est pas une |
| 427 | simple répétition : C-u 2 C-k détruit deux lignes et leurs Newlines | 427 | simple répétition : C-u 2 C-k détruit deux lignes et leurs Newlines |
| 428 | alors que taper deux fois C-k n'aurait pas le même effet. | 428 | alors que taper deux fois C-k n'aurait pas le même effet. |
| 429 | 429 | ||
| @@ -523,7 +523,7 @@ sauvegardez, Emacs garde le fichier original sous un nom modifié au | |||
| 523 | cas où vous décideriez ensuite d'annuler vos modifications. | 523 | cas où vous décideriez ensuite d'annuler vos modifications. |
| 524 | 524 | ||
| 525 | Si vous examinez le bas de l'écran, vous verrez une ligne qui commence | 525 | Si vous examinez le bas de l'écran, vous verrez une ligne qui commence |
| 526 | et finit par des tirets et débute par « --:-- TUTORIAL.fr » ou quelque | 526 | et finit par des tirets et débute par « -1:-- TUTORIAL.fr » ou quelque |
| 527 | chose comme ça. Cette partie de l'écran montre normalement le nom du | 527 | chose comme ça. Cette partie de l'écran montre normalement le nom du |
| 528 | fichier que vous êtes en train de visiter. Pour l'instant, vous | 528 | fichier que vous êtes en train de visiter. Pour l'instant, vous |
| 529 | visitez un fichier appelé « TUTORIAL.fr », qui est votre copie | 529 | visitez un fichier appelé « TUTORIAL.fr », qui est votre copie |
| @@ -584,7 +584,7 @@ l'éditer. Vous pouvez également trouver un fichier qui n'existe pas | |||
| 584 | encore. C'est ainsi que l'on crée un fichier avec Emacs : on trouve le | 584 | encore. C'est ainsi que l'on crée un fichier avec Emacs : on trouve le |
| 585 | fichier, qui démarre vide, puis on insère du texte. Lorsque l'on | 585 | fichier, qui démarre vide, puis on insère du texte. Lorsque l'on |
| 586 | demande à « sauvegarder » le fichier, Emacs crée alors vraiment le | 586 | demande à « sauvegarder » le fichier, Emacs crée alors vraiment le |
| 587 | fichier avec le texte que l'on a inséré. À partir de ce moment là, | 587 | fichier avec le texte que l'on a inséré. À partir de ce moment-là, |
| 588 | vous pouvez considérer que vous éditez un fichier déjà existant. | 588 | vous pouvez considérer que vous éditez un fichier déjà existant. |
| 589 | 589 | ||
| 590 | 590 | ||
| @@ -666,10 +666,10 @@ non. | |||
| 666 | * EXTENSION DU JEU DE COMMANDES | 666 | * EXTENSION DU JEU DE COMMANDES |
| 667 | ------------------------------- | 667 | ------------------------------- |
| 668 | 668 | ||
| 669 | Il y bien plus de commandes Emacs qu'il ne serait possible d'en créer | 669 | Il y a bien plus de commandes Emacs qu'il ne serait possible d'en |
| 670 | avec tous les caractères de contrôle et les caractères Meta. Emacs | 670 | créer avec tous les caractères de contrôle et Meta. Emacs contourne ce |
| 671 | contourne ce problème à l'aide de la commande X (eXtension). Celle-ci | 671 | problème à l'aide de la commande X (eXtension). Celle-ci se présente |
| 672 | se présente sous deux déclinaisons : | 672 | sous deux déclinaisons : |
| 673 | 673 | ||
| 674 | C-x eXtension caractère, suivie d'un seul caractère. | 674 | C-x eXtension caractère, suivie d'un seul caractère. |
| 675 | M-x eXtension d'une commande nommée, suivie d'un nom long. | 675 | M-x eXtension d'une commande nommée, suivie d'un nom long. |
| @@ -742,7 +742,7 @@ paramètre par <Entrée>. | |||
| 742 | 742 | ||
| 743 | Lorsque vous avez modifié un fichier, mais que vous ne l'avez pas | 743 | Lorsque vous avez modifié un fichier, mais que vous ne l'avez pas |
| 744 | encore sauvegardé, ces modifications pourraient être perdues si votre | 744 | encore sauvegardé, ces modifications pourraient être perdues si votre |
| 745 | système se plantait. Pour vous protéger ce de problème, Emacs écrit | 745 | système se plantait. Pour vous protéger de ce problème, Emacs écrit |
| 746 | périodiquement un fichier de « sauvegarde automatique » pour chaque | 746 | périodiquement un fichier de « sauvegarde automatique » pour chaque |
| 747 | fichier en cours d'édition. Le nom de ce fichier commence et se | 747 | fichier en cours d'édition. Le nom de ce fichier commence et se |
| 748 | termine par un # : si, par exemple, votre fichier s'appelle | 748 | termine par un # : si, par exemple, votre fichier s'appelle |
| @@ -772,14 +772,14 @@ zone d'écho ». La zone d'écho contient la dernière ligne de l'écran. | |||
| 772 | La ligne placée immédiatement au dessus de la zone d'écho s'appelle la | 772 | La ligne placée immédiatement au dessus de la zone d'écho s'appelle la |
| 773 | « ligne de mode ». Elle affiche quelque chose comme ça : | 773 | « ligne de mode ». Elle affiche quelque chose comme ça : |
| 774 | 774 | ||
| 775 | --:** TUTORIAL.fr (Fundamental)--L752--67%---------------- | 775 | -1:** TUTORIAL.fr (Fundamental)--L752--67%---------------- |
| 776 | 776 | ||
| 777 | Cette ligne donne des informations sur l'état d'Emacs et sur le texte | 777 | Cette ligne donne des informations sur l'état d'Emacs et sur le texte |
| 778 | que vous êtes en train d'éditer. | 778 | que vous êtes en train d'éditer. |
| 779 | 779 | ||
| 780 | Vous savez déjà ce que signifie le nom de fichier -- c'est celui que | 780 | Vous savez déjà ce que signifie le nom de fichier -- c'est celui que |
| 781 | vous avez chargé. -NN%-- indique votre position actuelle dans le | 781 | vous avez chargé. -NN%-- indique votre position actuelle dans le |
| 782 | texte ; cela signifie que NN pourcent du texte se trouve au dessus du | 782 | texte ; cela signifie que NN pour cent du texte se trouve au dessus du |
| 783 | sommet de l'écran. Si le début du fichier est sur l'écran, il | 783 | sommet de l'écran. Si le début du fichier est sur l'écran, il |
| 784 | s'affichera --Top-- et non --00%--. Si le bas du texte est sur | 784 | s'affichera --Top-- et non --00%--. Si le bas du texte est sur |
| 785 | l'écran, il s'affichera --Bot--. Si tout le texte tient dans l'écran, | 785 | l'écran, il s'affichera --Bot--. Si tout le texte tient dans l'écran, |
| @@ -802,7 +802,7 @@ Emacs possède de nombreux modes majeurs différents. Certains sont | |||
| 802 | prévus pour éditer différents langages et/ou types de texte (mode | 802 | prévus pour éditer différents langages et/ou types de texte (mode |
| 803 | Lisp, mode Text, etc). À tout instant, il n'y a qu'un seul mode majeur | 803 | Lisp, mode Text, etc). À tout instant, il n'y a qu'un seul mode majeur |
| 804 | actif et son nom se trouve toujours dans la ligne de mode, à l'endroit | 804 | actif et son nom se trouve toujours dans la ligne de mode, à l'endroit |
| 805 | ou « Fundamental » se trouve actuellement. | 805 | où « Fundamental » se trouve actuellement. |
| 806 | 806 | ||
| 807 | Chaque mode majeur modifie le comportement de quelques commandes. Il | 807 | Chaque mode majeur modifie le comportement de quelques commandes. Il |
| 808 | existe, par exemple, des commandes pour créer des commentaires dans un | 808 | existe, par exemple, des commandes pour créer des commentaires dans un |
| @@ -940,7 +940,7 @@ haut dans le texte, faites plutôt C-r. Tout ce que nous avons dit sur | |||
| 940 | C-s s'applique également à C-r, sauf que la direction de la recherche | 940 | C-s s'applique également à C-r, sauf que la direction de la recherche |
| 941 | est inversée. | 941 | est inversée. |
| 942 | 942 | ||
| 943 | * FENETRES MULTIPLES | 943 | * FENÊTRES MULTIPLES |
| 944 | -------------------- | 944 | -------------------- |
| 945 | 945 | ||
| 946 | L'une des caractéristiques les plus agréables d'Emacs est que vous | 946 | L'une des caractéristiques les plus agréables d'Emacs est que vous |
diff --git a/etc/enriched.doc b/etc/enriched.doc index 55e11004f05..122652f005a 100644 --- a/etc/enriched.doc +++ b/etc/enriched.doc | |||
| @@ -98,8 +98,8 @@ direct request, such as using the return key or the <fixed>C-o | |||
| 98 | <indent>The fill functions also understand margins, which can be set for | 98 | <indent>The fill functions also understand margins, which can be set for |
| 99 | any region of a document. In addition to the menu items, which | 99 | any region of a document. In addition to the menu items, which |
| 100 | increase or decrease the margins, there are two commands for | 100 | increase or decrease the margins, there are two commands for |
| 101 | setting the margins absolutely: <fixed>C-c C-l (set-left-margin)</fixed> and <fixed>C-c | 101 | setting the margins absolutely: <fixed>C-c [ (set-left-margin)</fixed> and <fixed>C-c |
| 102 | C-r (set-right-margin)</fixed>. | 102 | ] (set-right-margin)</fixed>. |
| 103 | 103 | ||
| 104 | 104 | ||
| 105 | You <indent>can change indentation at any point in a paragraph, which | 105 | You <indent>can change indentation at any point in a paragraph, which |