aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMiles Bader2004-10-14 08:50:09 +0000
committerMiles Bader2004-10-14 08:50:09 +0000
commit91900dd736dc0ab57a38da1fa9daa5ddde487bfb (patch)
treef592b350cad8a3a6bd196722bb553469c5781c1a /etc
parent2beba76dd5f6e3f1fcf9cba8b66e465ae9e20519 (diff)
parentebbeed623cb9902e520fc67d6d271e222e16867f (diff)
downloademacs-91900dd736dc0ab57a38da1fa9daa5ddde487bfb.tar.gz
emacs-91900dd736dc0ab57a38da1fa9daa5ddde487bfb.zip
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-57
Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-594 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-598 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-599 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-600 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-602 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-603 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-604 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-609 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-610 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-611 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-614 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-615 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-42 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-43 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-44 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-46 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-47 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-48 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-49 Add {arch}/=commit-merge-make-log * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-50 {arch}/=commit-merge-make-log: Don't die if there are no ChangeLog changes
Diffstat (limited to 'etc')
-rw-r--r--etc/CENSORSHIP2
-rw-r--r--etc/ChangeLog13
-rw-r--r--etc/DEBUG11
-rw-r--r--etc/NEWS42
-rw-r--r--etc/TODO3
-rw-r--r--etc/TUTORIAL.fr30
-rw-r--r--etc/enriched.doc4
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
55Of course, I'm making an assumption about just what "indecent" means. 55Of course, I'm making an assumption about just what "indecent" means.
56I have to do this, because nobody knows for sure. The most obvious 56I have to do this, because nobody knows for sure. The most obvious
57possibile meaning is the meaning it has for television, so I'm using 57possible meaning is the meaning it has for television, so I'm using
58that as a tentative assumption. However, there is a good chance that 58that as a tentative assumption. However, there is a good chance that
59our courts will reject that interpretation of the law as 59our courts will reject that interpretation of the law as
60unconstitutional. 60unconstitutional.
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 981fd88ba3a..08e72c60c2f 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,16 @@
12004-10-08 Fr,Ai(Bd,Ai(Bric Bothamy <frederic.bothamy@free.fr> (tiny change)
2
3 * TUTORIAL.fr: Minor wording fix.
4
52004-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
102004-10-04 Kim F. Storm <storm@cua.dk>
11
12 * DEBUG: Mention pp and ff commands.
13
12004-09-26 Luc Teirlinck <teirllm@auburn.edu> 142004-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
diff --git a/etc/DEBUG b/etc/DEBUG
index bcc0bd84182..6419b3dfd81 100644
--- a/etc/DEBUG
+++ b/etc/DEBUG
@@ -69,9 +69,11 @@ fatal error, you can use the GDB command `pr'. First print the value
69in the ordinary way, with the `p' command. Then type `pr' with no 69in the ordinary way, with the `p' command. Then type `pr' with no
70arguments. This calls a subroutine which uses the Lisp printer. 70arguments. This calls a subroutine which uses the Lisp printer.
71 71
72Note: It is not a good idea to try `pr' if you know that Emacs is in 72You can also use `pp value' to print the emacs value directly.
73deep trouble: its stack smashed (e.g., if it encountered SIGSEGV due 73
74to stack overflow), or crucial data structures, such as `obarray', 74Note: It is not a good idea to try `pr' or `pp' if you know that Emacs
75is in deep trouble: its stack smashed (e.g., if it encountered SIGSEGV
76due to stack overflow), or crucial data structures, such as `obarray',
75corrupted, etc. In such cases, the Emacs subroutine called by `pr' 77corrupted, etc. In such cases, the Emacs subroutine called by `pr'
76might make more damage, like overwrite some data that is important for 78might make more damage, like overwrite some data that is important for
77debugging the original problem. 79debugging the original problem.
@@ -442,6 +444,9 @@ Several more functions for debugging display code are available in
442Emacs compiled with GLYPH_DEBUG defined; type "C-h f dump- TAB" and 444Emacs 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
447When you debug display problems running emacs under X, you can use
448the `ff' command to flush all pending display updates to the screen.
449
445 450
446** Debugging LessTif 451** Debugging LessTif
447 452
diff --git a/etc/NEWS b/etc/NEWS
index b50c15f57a6..bf36242173b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
178the text before point. Specifying the LIMIT argument bounds how far
179back 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
184a 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
188by default bound to `C-c [' and `C-c ]' instead of the former `C-c C-l'
189and `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
178suffix are from every line before processing all the lines. 193suffix 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.
1256To enable this feature, customize the new user option
1257`isearch-allow-scroll'. User written commands which satisfy stringent
1258constraints can be marked as "scrolling commands". See the Emacs manual
1259for 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,
1241making the decision in a heuristic way. This new job is done by the 1263making the decision in a heuristic way. This new job is done by the
1242command `isearch-yank-word-or-char'. To restore the old behavior, 1264command `isearch-yank-word-or-char'. To restore the old behavior,
1243bind C-w to `isearch-yank-word' in `isearch-mode-map'. 1265bind 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
1269at 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.
1247Another method to grab a character is to enter the minibuffer by `M-e' 1273Another method to grab a character is to enter the minibuffer by `M-e'
1248and to type `C-f' at the end of the search string in the minibuffer. 1274and 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
1466attempt to construct a unique auto-save name (e.g. for remote files). 1492attempt 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
1496convert 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.
1470Diary sexp functions which only apply to certain days (such as 1500Diary 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.
1481year and day number, and moves to that date. Negative day numbers 1511year and day number, and moves to that date. Negative day numbers
1482count backward from the end of the year. 1512count backward from the end of the year.
1483 1513
1514+++
1515** The new Calendar function `calendar-goto-iso-week' (g w)
1516prompts for a year and a week number, and moves to the first
1517day 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
1486arguments, and only report on the specified holiday rather than all. 1521arguments, 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
2559for displaying the bitmap. 2594for 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
2562identifying the current fringe bitmaps in the display line at a given 2597bitmaps in the display line at a given buffer position.
2563buffer 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
2566variable `overlay-arrow-variable-list'. It contains a list of 2600variable `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
2579line in current buffer, or if optional buffer position is given, line 2613line in current buffer, or if optional buffer position is given, line
2580number of corresponding line in current buffer. 2614number 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
2583variable `sentence-end-without-space' which contains such characters 2618variable `sentence-end-without-space' which contains such characters
2584that end a sentence without following spaces. 2619that 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
2587the variable `sentence-end'. If the variable `sentence-end' is nil, 2623the variable `sentence-end'. If the variable `sentence-end' is nil,
2588then this function returns the regexp constructed from the variables 2624then this function returns the regexp constructed from the variables
diff --git a/etc/TODO b/etc/TODO
index 532c2b5e366..defc43892c2 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -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.
17Dans ce didacticiel, les caractères ">>" en marge gauche indiquent les 17Dans ce didacticiel, les caractères ">>" en marge gauche indiquent les
18directions à suivre pour essayer une commande. Ainsi : 18directions à 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 delibeement 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
38Si votre terminal en dispose, vous pouvez également utiliser les 38Si votre terminal en dispose, vous pouvez également utiliser les
39touches PgUp et PgDn pour monter ou descendre d'un écran, bien les 39touches PgUp et PgDn pour monter ou descendre d'un écran, bien que les
40combinaisons C-v et M-v soient plus efficaces. 40combinaisons 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.
347Lorsqu'une ligne de texte devient trop longue pour tenir sur une seule 347Lorsqu'une ligne de texte devient trop longue pour tenir sur une seule
348ligne de l'écran, elle se « continue » sur une deuxième ligne 348ligne de l'écran, elle se « continue » sur une deuxième ligne
349d'écran. Une barre de fraction inverse (« \ ») ou, si vous utilisez un 349d'écran. Une barre de fraction inverse (« \ ») ou, si vous utilisez un
350environnement grapgique, une petite flèche recourbée, sur la marge 350environnement graphique, une petite flèche recourbée, sur la marge
351droite indique une ligne qui se poursuit sur la ligne suivante. 351droite 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).
423Notez qu'un simple C-k supprime le contenu de la ligne et qu'un second 423Notez qu'un simple C-k supprime le contenu de la ligne et qu'un second
424détruit la ligne elle-même, ce qui fait remonter toutes les lignes 424détruit la ligne elle-même, ce qui fait remonter toutes les lignes
425suivantes. C-k traite son paramètre numérique d'une façon spéciale : 425suivantes. C-k traite son paramètre numérique d'une façon spéciale :
426il détruit ce nombre de lignes ET leurs contenus. Ce n'est pas une 426il détruit ce nombre de lignes ET leur contenu. Ce n'est pas une
427simple répétition : C-u 2 C-k détruit deux lignes et leurs Newlines 427simple répétition : C-u 2 C-k détruit deux lignes et leurs Newlines
428alors que taper deux fois C-k n'aurait pas le même effet. 428alors 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
523cas où vous décideriez ensuite d'annuler vos modifications. 523cas où vous décideriez ensuite d'annuler vos modifications.
524 524
525Si vous examinez le bas de l'écran, vous verrez une ligne qui commence 525Si vous examinez le bas de l'écran, vous verrez une ligne qui commence
526et finit par des tirets et débute par « --:-- TUTORIAL.fr » ou quelque 526et finit par des tirets et débute par « -1:-- TUTORIAL.fr » ou quelque
527chose comme ça. Cette partie de l'écran montre normalement le nom du 527chose comme ça. Cette partie de l'écran montre normalement le nom du
528fichier que vous êtes en train de visiter. Pour l'instant, vous 528fichier que vous êtes en train de visiter. Pour l'instant, vous
529visitez un fichier appelé « TUTORIAL.fr », qui est votre copie 529visitez 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
584encore. C'est ainsi que l'on crée un fichier avec Emacs : on trouve le 584encore. C'est ainsi que l'on crée un fichier avec Emacs : on trouve le
585fichier, qui démarre vide, puis on insère du texte. Lorsque l'on 585fichier, qui démarre vide, puis on insère du texte. Lorsque l'on
586demande à « sauvegarder » le fichier, Emacs crée alors vraiment le 586demande à « sauvegarder » le fichier, Emacs crée alors vraiment le
587fichier avec le texte que l'on a inséré. À partir de ce moment là, 587fichier avec le texte que l'on a inséré. À partir de ce moment-là,
588vous pouvez considérer que vous éditez un fichier déjà existant. 588vous 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
669Il y bien plus de commandes Emacs qu'il ne serait possible d'en créer 669Il y a bien plus de commandes Emacs qu'il ne serait possible d'en
670avec tous les caractères de contrôle et les caractères Meta. Emacs 670créer avec tous les caractères de contrôle et Meta. Emacs contourne ce
671contourne ce problème à l'aide de la commande X (eXtension). Celle-ci 671problème à l'aide de la commande X (eXtension). Celle-ci se présente
672se présente sous deux déclinaisons : 672sous 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
743Lorsque vous avez modifié un fichier, mais que vous ne l'avez pas 743Lorsque vous avez modifié un fichier, mais que vous ne l'avez pas
744encore sauvegardé, ces modifications pourraient être perdues si votre 744encore sauvegardé, ces modifications pourraient être perdues si votre
745système se plantait. Pour vous protéger ce de problème, Emacs écrit 745système se plantait. Pour vous protéger de ce problème, Emacs écrit
746périodiquement un fichier de « sauvegarde automatique » pour chaque 746périodiquement un fichier de « sauvegarde automatique » pour chaque
747fichier en cours d'édition. Le nom de ce fichier commence et se 747fichier en cours d'édition. Le nom de ce fichier commence et se
748termine par un # : si, par exemple, votre fichier s'appelle 748termine 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.
772La ligne placée immédiatement au dessus de la zone d'écho s'appelle la 772La 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
777Cette ligne donne des informations sur l'état d'Emacs et sur le texte 777Cette ligne donne des informations sur l'état d'Emacs et sur le texte
778que vous êtes en train d'éditer. 778que vous êtes en train d'éditer.
779 779
780Vous savez déjà ce que signifie le nom de fichier -- c'est celui que 780Vous savez déjà ce que signifie le nom de fichier -- c'est celui que
781vous avez chargé. -NN%-- indique votre position actuelle dans le 781vous avez chargé. -NN%-- indique votre position actuelle dans le
782texte ; cela signifie que NN pourcent du texte se trouve au dessus du 782texte ; cela signifie que NN pour cent du texte se trouve au dessus du
783sommet de l'écran. Si le début du fichier est sur l'écran, il 783sommet de l'écran. Si le début du fichier est sur l'écran, il
784s'affichera --Top-- et non --00%--. Si le bas du texte est sur 784s'affichera --Top-- et non --00%--. Si le bas du texte est sur
785l'écran, il s'affichera --Bot--. Si tout le texte tient dans l'écran, 785l'é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
802prévus pour éditer différents langages et/ou types de texte (mode 802prévus pour éditer différents langages et/ou types de texte (mode
803Lisp, mode Text, etc). À tout instant, il n'y a qu'un seul mode majeur 803Lisp, mode Text, etc). À tout instant, il n'y a qu'un seul mode majeur
804actif et son nom se trouve toujours dans la ligne de mode, à l'endroit 804actif et son nom se trouve toujours dans la ligne de mode, à l'endroit
805ou « Fundamental » se trouve actuellement. 805où « Fundamental » se trouve actuellement.
806 806
807Chaque mode majeur modifie le comportement de quelques commandes. Il 807Chaque mode majeur modifie le comportement de quelques commandes. Il
808existe, par exemple, des commandes pour créer des commentaires dans un 808existe, 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
940C-s s'applique également à C-r, sauf que la direction de la recherche 940C-s s'applique également à C-r, sauf que la direction de la recherche
941est inversée. 941est inversée.
942 942
943* FENETRES MULTIPLES 943* FENÊTRES MULTIPLES
944-------------------- 944--------------------
945 945
946L'une des caractéristiques les plus agréables d'Emacs est que vous 946L'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
99any region of a document. In addition to the menu items, which 99any region of a document. In addition to the menu items, which
100increase or decrease the margins, there are two commands for 100increase or decrease the margins, there are two commands for
101setting the margins absolutely: <fixed>C-c C-l (set-left-margin)</fixed> and <fixed>C-c 101setting the margins absolutely: <fixed>C-c [ (set-left-margin)</fixed> and <fixed>C-c
102C-r (set-right-margin)</fixed>. 102] (set-right-margin)</fixed>.
103 103
104 104
105You <indent>can change indentation at any point in a paragraph, which 105You <indent>can change indentation at any point in a paragraph, which